Double BackError { get; set; }
The component-wise backward error.
Returns: Double
Remarks:
Set by the Dew.Math.Matrix.LUSolve method, if the Dew.Math.Matrix.RefineSolution property was True. The BackError property returns the component-wise backward error b. The backward error is the smallest relative perturbation in elements of A (where A is the calling matrix) and b such that X is the exact solution of the perturbed system:
The BackError property is calculated only if the Dew.Math.Matrix.RefineSolution property is set to true.