Scilab 5.3.3
Please note that the recommended version of Scilab is 2023.1.0. This page might be outdated.
See the recommended documentation of this function
freeAllocatedSparseMatrix
Free memory allocated by getAllocatedSparseMatrix function.
Calling Sequence
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.
<< getAllocatedComplexSparseMatrix | sparse | freeAllocatedComplexSparseMatrix >> |