__declspec(property(get = GetIterativeStep, put = SetIterativeStep)) TTaucsIterative IterativeStep;
Defines if and which iterative CG/MinRes factorization should be attempted.
Read:
TTaucsIterative GetIterativeStep();Write:
void SetIterativeStep(const TTaucsIterative Value);Remarks:
The TSparseMtx::MaxIters defines the maximum number of iterations and TSparseMtx::Tolerance the requested accuracy.
See Also: TSparseMtx::MaxIters, TSparseMtx::Tolerance
Declared in Dew::Math::TTaucsSettings · Dew.Math/sparse.h · Cross-compiler