The internal tolerance used to determine the relative linear
dependence of a column vector for a variable moved from its initial
value.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double Tolerance { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Tolerance As Double |
Visual C++ |
---|
public: property double Tolerance { double get (); void set (double value); } |
Field Value
A double value specifying the tolerance.Default: Tolerance = 1.0e-7.