TSparseMtx::VectorCount Property

__declspec(property(get = GetVectorCount, put = SetVectorCount)) int VectorCount;

Defines maximum number of vectors used in some iterative methods.

Read: int GetVectorCount();
Write: void SetVectorCount(const int Value);
Remarks:

Defines the maximum number of vectors used in case of the Generalized Minimal Residual (GMRES) and Orthmin method by the TSparseMtx::SolveIterative method.

Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler