The stopping tolerance.
A double
scalar value specifying the stopping tolerance.
The algorithm attempts to generate x
such that , where t = RelativeError
. By default, RelativeError
is set to 1.4901161193847656e-08.
Exception Type | Condition |
---|---|
ArgumentException | is thrown if RelativeError is less than or equal to 0.0. |
GenMinRes Class | Imsl.Math Namespace