MatrixNormType Enumeration
|
The type of matrix norm.
Namespace:
FinMath.LinearAlgebra
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax Members
| Member name | Value | Description |
---|
| L1Norm | 0 |
The L1 norm (induced by L1 vector norm).
|
| L2Norm | 1 |
The L2 norm (induced by L2 vector norm).
|
| InfinityNorm | 2 |
The infinity norm (induced by infinity vector norm).
|
| FrobeniusNorm | 3 |
The Frobenius norm also known as Hilbert-Schmidt norm.
|
| MaxNorm | 4 |
The max norm (maximal absolute value of matrix' elements).
|
See Also