IMSL C# Numerical Library

ConjugateGradient.RelativeError Property

The relative error used for stopping the algorithm.

public double RelativeError {get; set;}

Property Value

A double specifying the relative error.

Remarks

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

Exceptions

Exception TypeCondition
ArgumentException is thrown if RelativeError is less than 0.

See Also

ConjugateGradient Class | Imsl.Math Namespace