Enumeration for specifying different types of norms.
Namespace:
CenterSpace.NMath.CoreAssembly: 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 name | Description | |
|---|---|---|
| InfinityNorm |
The infinity-norm.
| |
| OneNorm |
The 1-norm
|