Math.NET Numerics v0.3

NORMS Enumeration

public enum NORMS

Members

Member NameDescription
NORM11-norm, for matrices and vectors.
NORM22-norm, for vectors.
NORMFFrobenius norm, for matrices.
NORMINFInfinity norm, for matrices and vectors.

Requirements

Namespace: MathNet.Numerics.LinearAlgebra.Sparse

Assembly: MathNet.Numerics (in MathNet.Numerics.dll)

See Also

MathNet.Numerics.LinearAlgebra.Sparse Namespace