__declspec(property(get = GetRefineSolution, put = SetRefineSolution)) bool RefineSolution;
Enables/disables the refining of the solution of the system of linear equations.
Read:
bool GetRefineSolution() const;Write:
void SetRefineSolution(const bool value) const;Remarks:
The method enables/disables the refining of the solution of the system of linear equations, computed by Matrix::LUSolve method. When RefineSolution is enabled, an iterative refinement of the solution to a system of linear equations is executed. For each computed solution the component-wise Matrix::BackError and the the component-wise Matrix::ForwError in the computed solution are calculated as well.
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler