Namespace: Extreme.Mathematics.AlgorithmsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public VectorConvergenceTest(
Vector vector,
double tolerance
)
Public Sub New (
vector As Vector,
tolerance As Double
)
public:
VectorConvergenceTest(
Vector^ vector,
double tolerance
)
new :
vector : Vector *
tolerance : float -> VectorConvergenceTest
Parameters
- vector
- Type: Extreme.MathematicsVector
A Vector whose norm is the basis for the convergence test. - tolerance
- Type: SystemDouble
The tolerance for the norm of vector.
Numerical Libraries
Supported in: 5.x, 4.x
Reference