Click or drag to resize
ConjugateGradientRelativeError Property
The relative error used for stopping the algorithm.

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 specifying the relative error.
Exceptions
ExceptionCondition
ArgumentException is thrown if RelativeError is less than 0.
Remarks

By default, RelativeError = 1.49e-08, the square root of the precision.

See Also