| IterativeLinearSystemSolverDEpsilon Property |
Gets or sets the tolerance value.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public double Epsilon { get; set; }
Public Property Epsilon As Double
Get
Set
public:
property double Epsilon {
double get ();
void set (double value);
}
member Epsilon : float with get, set
Property Value
Type:
Double
The tolerance value. The default is
Numeric.
EpsilonD.
Exceptions Remarks
If the absolute difference of x from the new iteration and the
x from the last iteration is less than this tolerance, the refinement of x is stopped.
See Also