Click or drag to resize
SuperLUForwardErrorBound Property
The estimated forward error bound for the solution vector.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double ForwardErrorBound { 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