Enumerates the possible norms to be used in a VectorConvergenceTest.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration VectorConvergenceNorm |
| C# |
|---|
public enum VectorConvergenceNorm |
| C++ |
|---|
public enum class VectorConvergenceNorm |
Members
| Member | Description |
|---|---|
| EuclidianNorm |
Use the Euclidian (two-norm).
|
| Maximum |
Use the maximum absolute value (infinity norm).
|
| SumOfAbsoluteValues |
Use the sum of the absolute values (one norm).
|