TPardisoSettings::MaxFactorizedMatrices Property

__declspec(property(get = GetMaxFactorizedMatrices, put = SetMaxFactorizedMatrices)) int MaxFactorizedMatrices;

Maximum number of factors with identical nonzero sparsity structure.

Read: int GetMaxFactorizedMatrices();
Write: void SetMaxFactorizedMatrices(const int Value);
Remarks:

It is possible to store several different factorizations with the same nonzero structure at the same time in the internal data management of the solver. In most of the applications this value is equal to 1.

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