Scilab 6.0.0
Ajuda do Scilab >> API Scilab > legacy > sparse > freeAllocatedSparseMatrix
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.
Comments
Add a comment:
Please login to comment this page.