Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics Namespace


Extreme Optimization Mathematics Library for .NET

VectorConvergenceTest Class

Represents a convergence test based on the size of a vector.

For a list of all members of this type, see VectorConvergenceTest Members.

System.Object
   ConvergenceTest
      SimpleConvergenceTest
         VectorConvergenceTest

[Visual Basic]
Public Class VectorConvergenceTest
Inherits SimpleConvergenceTest
[C#]
public class VectorConvergenceTest : SimpleConvergenceTest

Remarks

Use the VectorConvergenceTest class to represent a convergence test based on the size of a vector.

The Norm property specifies which norm is to be used when calculating the size of the vector. It is of type VectorConvergenceNorm. The ErrorMeasure property specifies how the error is to be calculated. It is of type VectorConvergenceErrorMeasure. A value of VectorConvergenceErrorMeasure.Norm indicates that the norm of the vector is used as the measure. A value of VectorConvergenceErrorMeasure.Componentwise indicates that the error of each component is calculated separately, and the norm of the vector of all error components is used.

Requirements

Namespace: Extreme.Mathematics

Assembly: Extreme.Mathematics (in Extreme.Mathematics.dll)

See Also

VectorConvergenceTest Members | Extreme.Mathematics Namespace