void FreePardiso(Int32 AMatrixNumber)
Frees the memory of the Pardiso solver.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AMatrixNumber | Int32 |
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.