Back to Sparse Direct Solver (SuperLU)
slu.core.freeFactorization
Free memory used by an LU factorization.
Syntax
slu.core.freeFactorization(lu)
Description
Free memory used by an LU factorization. This is equivalent to calling lu.dispose() but provided as a standalone function for consistency with the API.
Parameters
| Name | Description |
|---|---|
| lu | - LU factorization to free |
Returns
void