Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
freeAllocatedSparseMatrix
Free memory allocated by getAllocatedSparseMatrix function.
Syntax
void freeAllocatedSparseMatrix(int* _piNbItemRows, int* _piColPos, double* _pdblReal)
Arguments
- _piNbItemRows
Pointer "_piNbItemRows" allocated by getAllocatedSparseMatrix.
- _piColPos
Pointer "_piColPos" allocated by getAllocatedSparseMatrix.
- _pdblReal
Pointer "_pdblReal" allocated by getAllocatedSparseMatrix.
Report an issue | ||
<< getAllocatedComplexSparseMatrix | sparse | freeAllocatedComplexSparseMatrix >> |