__declspec(property(get = GetTolerance, put = SetTolerance)) double Tolerance;
Defines the tolerance for iterative method.
Read:
double GetTolerance();Write:
void SetTolerance(const double Value);Remarks:
This property defines the tlerance of the solution used as a parameter for the TSparseMtx::SolveIterative method.
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler