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.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public enum VectorConvergenceErrorMeasureMembers
| Norm | 0 | Use the norm of the error vector as the measure. |
| Elementwise | 1 | Calculate the errors on individual components. |