IMSL C# Numerical Library

ComplexSuperLU.ForwardErrorBound Property

The estimated forward error bound for the solution vector.

public double ForwardErrorBound {get;}

Property 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

ComplexSuperLU Class | Imsl.Math Namespace