IMSL C# Numerical Library

GenMinRes.RelativeError Property

The stopping tolerance.

public double RelativeError {get; set;}

Property Value

A double scalar value specifying the stopping tolerance.

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.

Exceptions

Exception Type Condition
ArgumentException is thrown if RelativeError is less than or equal to 0.0.

See Also

GenMinRes Class | Imsl.Math Namespace