TMtx.ForwError Property

Double ForwError { get; set; }

The component-wise forward error.

Returns: Double

Remarks:

Set by the Dew.Math.TMtx.LUSolve method, if the Dew.Math.TMtx.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: TMtx.BackError, TMtx.RefineSolution, TMtx.LUSolve