__declspec(property(get = GetForwError)) double ForwError;
The component-wise forward error.
Read:
double GetForwError() const;Remarks:
Set by the Matrix::LUSolve method, if the Matrix::RefineSolution property was True. The ForwError property returns the component-wise forward error in the computed solution:
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler