Scilab 6.0.0
Scilab Help >> API Scilab > legacy > Boolean Sparse > freeAllocatedBooleanSparse
freeAllocatedBooleanSparse
Free memory allocated by getAllocatedBooleanSparseMatrix function.
Syntax
void freeAllocatedBooleanSparse(int* _piNbItemRow, int* _piColPos)
Arguments
- _piNbItemRow
Pointer "_piNbItemRow" allocated by getAllocatedBooleanSparseMatrix.
- _piColPos
Pointer "_piColPos" allocated by getAllocatedBooleanSparseMatrix.
Comments
Add a comment:
Please login to comment this page.