Enumeration for specifying different types of norms.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public enum NormType
Visual Basic (Declaration)
Public Enumeration NormType
Visual C++
public enum class NormType

Members

Member nameDescription
InfinityNorm
The infinity-norm.
OneNorm
The 1-norm

See Also