Namespace:
Extreme.Mathematics.Algorithms
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public VectorConvergenceTest(
Vector<double> vector,
double tolerance
)
Public Sub New (
vector As Vector(Of Double),
tolerance As Double
)
public:
VectorConvergenceTest(
Vector<double>^ vector,
double tolerance
)
new :
vector : Vector<float> *
tolerance : float -> VectorConvergenceTest
Parameters
- vector
- Type: Extreme.MathematicsVectorDouble
A vector whose norm is the basis for the convergence test. - tolerance
- Type: SystemDouble
The tolerance for the norm of vector.
Reference