__declspec(property(get = GetBackError, put = SetBackError)) double BackError;
Holds the backward or iterative stopping criteria.
Read:
double GetBackError();Write:
void SetBackError(const double Value);Remarks:
After running direct solver (TSparseMtx::Solve method) with active iterative refinement (TSparseMtx::RefinmentIters > 0) the property holds the backward error. In case of iterative solvers (TSparseMtx::SolveIterative method), the property holds the error according to the stoping criteria (see TSparseMtx::ConvergenceCheck property).
See Also: TSparseMtx::ActualIters, TSparseMtx::RefinmentIters, TSparseMtx::Solve, TSparseMtx::SolveIterative
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler