VectorConvergenceErrorMeasure Enumeration

Enumerates the ways to measure the error in a VectorConvergenceTest<T>.

Definition

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

Members

Norm0 Use the norm of the error vector as the measure.
Elementwise1 Calculate the errors on individual components.

See Also