VectorNorm Enumeration

Enumerates the types of vector norms.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
C#
public enum VectorNorm

Members

OneNorm1 The sum of absolute values.
TwoNorm2 The classic Euclidean norm, or the square root of the sum of the squares.
InfinityNorm3 The largest absolute value. Equivalent to Maximum.
Maximum3 The largest absolute value. Equivalent to InfinityNorm.

See Also