NonlinLeastSquaresAbsoluteTolerance Property |
The absolute function tolerance.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double AbsoluteTolerance { get; set; }
Public Property AbsoluteTolerance As Double
Get
Set
public:
property double AbsoluteTolerance {
double get ();
void set (double value);
}
member AbsoluteTolerance : float with get, set
Property Value
Type:
Double
A
double scalar value specifying the absolute function
tolerance.
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown if AbsoluteTolerance is less than or equal to 0
|
Remarks
When the norm of the function is less than
AbsoluteTolerance
the procedure stops.
By default, AbsoluteTolerance = 1.0e-32.
See Also