TSparseMtx.FreePardiso Method

void FreePardiso(Int32 AMatrixNumber)

Frees the memory of the Pardiso solver.

#NameTypeDescription
1AMatrixNumberInt32

Result: stored in self (calling object)

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.