Enumerates the ways to measure the error in a VectorConvergenceTest.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration VectorConvergenceErrorMeasure |
| C# |
|---|
public enum VectorConvergenceErrorMeasure |
| C++ |
|---|
public enum class VectorConvergenceErrorMeasure |
Members
| Member | Description |
|---|---|
| Norm |
Use the norm of the error vector as the measure.
|
| Componentwise |
Calculate the errors on individual components.
|