ConjugateGradientRelativeError Property |
The relative error used for stopping the algorithm.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double RelativeError { get; set; }
Public Property RelativeError As Double
Get
Set
public:
property double RelativeError {
double get ();
void set (double value);
}
member RelativeError : float with get, set
Property Value
Type:
Double
A
double specifying the relative error.
Exceptions Remarks
By default, RelativeError = 1.49e-08, the square root of
the precision.
See Also