Click or drag to resize
GenMinResRelativeError Property
The stopping tolerance.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double RelativeError { get; set; }

Property Value

Type: Double
A double scalar value specifying the stopping tolerance.
Exceptions
ExceptionCondition
ArgumentException is thrown if RelativeError is less than or equal to 0.0.
Remarks
The algorithm attempts to generate x such that {\Vert b-Ax \Vert}_2 \le t {\Vert b \Vert}_2, where t = RelativeError. By default, RelativeError is set to 1.4901161193847656e-08.
See Also