Vector Convergence Error Measure 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.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public enum VectorConvergenceErrorMeasure
Members
Norm | 0 | Use the norm of the error vector as the measure. |
Elementwise | 1 | Calculate the errors on individual components. |