Differnent types of norms of a matrix.
Record Field | Description |
|
1-norm, the largest column sum of the absolute values of the matrix.
|
|
2-norm, the largest singular value of the matrix
|
|
Frobenius norm of the matrix A, i.e. sqrt (sum (diag (A' * A)))
|
|
Infinity norm, the largest row sum of the absolute values of the matrix.
|
Full Usage:
value__
Field type: int
Modifiers: mutable |
|