SuperLUForwardErrorBound Property |
The estimated forward error bound for the solution vector.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double ForwardErrorBound { get; }
Public ReadOnly Property ForwardErrorBound As Double
Get
public:
property double ForwardErrorBound {
double get ();
}
member ForwardErrorBound : float with get
Property Value
Type:
Double
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