TSparseMtx::FreePardiso Method

void FreePardiso(int AMatrixNumber = - 1);

Frees the memory of the Pardiso solver.

#NameTypeDescription
1AMatrixNumber = - 1int
Remarks:

If the parameter is -1, it frees all the allocated memory. If the parameter is bigger then 0 it frees the memory associated with the factorized matrix at that index.

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