Constructs a new VectorConvergenceTest.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ vector As Vector, _ tolerance As Double _ ) |
| C# |
|---|
public VectorConvergenceTest ( Vector vector, double tolerance ) |
| C++ |
|---|
public: VectorConvergenceTest ( Vector^ vector, double tolerance ) |
Parameters
- vector (Extreme.Mathematics.LinearAlgebra.Vector)
- A Vector whose norm is the basis for the convergence test.
- tolerance (System.Double)
- The tolerance for the norm of vector.