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