TSparseMtx::Tolerance Property

__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.

See Also: TSparseMtx::SolveIterative, TSparseMtx::ConvergenceCheck
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler