Vector Norm Enumeration
Enumerates the types of vector norms.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
public enum VectorNorm
Members
OneNorm | 1 | The sum of absolute values. |
TwoNorm | 2 | The classic Euclidean norm, or the square root of the sum of the squares. |
InfinityNorm | 3 | The largest absolute value. Equivalent to Maximum. |
Maximum | 3 | The largest absolute value. Equivalent to InfinityNorm. |