Click or drag to resize

VectorNormType Enumeration

The type of vector 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 also known as the Manhattan norm or the Taxicab norm.
L2Norm1 The L2 norm also known as the Euclidean norm.
InfinityNorm2 The infinity norm also known as maximum norm.
See Also