Matrix.ForwError Property

Double ForwError { get; set; }

The component-wise forward error.

Returns: Double

Remarks:

Set by the Dew.Math.Matrix.LUSolve method, if the Dew.Math.Matrix.RefineSolution property was True. The ForwError property returns the component-wise forward error in the computed solution:

xxexwhere xe is an exact solution.\frac{\| x-x_e\|_\infty }{\|x\|_\infty} \quad \text{where } x_e \text{ is an exact solution.}
See Also: Matrix.BackError, Matrix.RefineSolution, Matrix.LUSolve