Vector Convergence Norm 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.4
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public enum VectorConvergenceNorm
Members
EuclideanNorm | 0 | Use the Euclidean (two-norm). |
Maximum | 1 | Use the maximum absolute value (infinity norm). |
SumOfAbsoluteValues | 2 | Use the sum of the absolute values (one norm). |