TSparseMtx::ActualIters Property

__declspec(property(get = GetActualIters, put = SetActualIters)) int ActualIters;

Returns the number of actual iterations performed by TSparseMtx::Solve.

Read: int GetActualIters();
Write: void SetActualIters(const int Value);
Remarks:

Returns the number of actual iterations performed by TSparseMtx::Solve. After running direct solver (TSparseMtx::Solve method) with active iterative refinement (TSparseMtx::RefinmentIters bigger than 0) or iterative solvers (TSparseMtx::SolveIterative method), the ActualInters property contains the actual number of iterations performed.

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