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