<< getAllocatedBooleanSparseMatrix Boolean Sparse boolean sparse example >>

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.


Report an issue
<< getAllocatedBooleanSparseMatrix Boolean Sparse boolean sparse example >>