VectorConvergenceErrorMeasure Enumeration

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

Definition

Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum VectorConvergenceErrorMeasure

Members

Norm0 Use the norm of the error vector as the measure.
Componentwise1 Calculate the errors on individual components.
Obsolete.
Elementwise2 Calculate the errors on individual components.

See Also