The estimated forward error bound for the solution vector.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double ForwardErrorBound { get; }
Visual Basic (Declaration)
Public ReadOnly Property ForwardErrorBound As Double
Visual C++
public:
property double ForwardErrorBound {
	double get ();
}

Field Value

A double containing the estimated forward error bound for the solution vector. The estimate is as reliable as the estimate for the reciprocal condition number, and is almost always a slight overestimate of the true error. If iterative refinement is not used, the return value is set to 1.0.

See Also