VectorConvergenceNorm Enumeration

Enumerates the possible norms to be used in a VectorConvergenceTest<T>.

Definition

Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public enum VectorConvergenceNorm

Members

EuclideanNorm0 Use the Euclidean (two-norm).
Maximum1 Use the maximum absolute value (infinity norm).
SumOfAbsoluteValues2 Use the sum of the absolute values (one norm).

See Also