Click or drag to resize

MatrixNormType Enumeration

The type of matrix norm.

Namespace:  FinMath.LinearAlgebra
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public enum NormType
Members
  Member nameValueDescription
L1Norm0 The L1 norm (induced by L1 vector norm).
L2Norm1 The L2 norm (induced by L2 vector norm).
InfinityNorm2 The infinity norm (induced by infinity vector norm).
FrobeniusNorm3 The Frobenius norm also known as Hilbert-Schmidt norm.
MaxNorm4 The max norm (maximal absolute value of matrix' elements).
See Also