MatrixNorm Type

Differnent types of norms of a matrix.

Record fields

Record Field Description

M1Norm

Full Usage: M1Norm

Field type: MatrixNorm
Modifiers: static

1-norm, the largest column sum of the absolute values of the matrix.

Field type: MatrixNorm

M2Norm

Full Usage: M2Norm

Field type: MatrixNorm
Modifiers: static

2-norm, the largest singular value of the matrix

Field type: MatrixNorm

MFroebeniusNorm

Full Usage: MFroebeniusNorm

Field type: MatrixNorm
Modifiers: static

Frobenius norm of the matrix A, i.e. sqrt (sum (diag (A' * A)))

Field type: MatrixNorm

MInfinityNorm

Full Usage: MInfinityNorm

Field type: MatrixNorm
Modifiers: static

Infinity norm, the largest row sum of the absolute values of the matrix.

Field type: MatrixNorm

value__

Full Usage: value__

Field type: int
Modifiers: mutable

Field type: int