__declspec(property(get = GetMatrixNumber, put = SetMatrixNumber)) int MatrixNumber;
Actual matrix for the solution phase.
Read:
int GetMatrixNumber();Write:
void SetMatrixNumber(const int Value);Remarks:
With this scalar you can define the matrix that you would like to factorize.
Declared in Dew::Math::TPardisoSettings · Dew.Math/sparse.h · Cross-compiler