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.
freeAllocatedBooleanSparse
getAllocatedBooleanSparseMatrix 関数で確保されたメモリを開放する.
呼び出し手順
void freeAllocatedBooleanSparse(int* _piNbItemRow, int* _piColPos)
引数
- _piNbItemRow
getAllocatedBooleanSparseMatrixで確保された"_piNbItemRow"ポインタ.
- _piColPos
getAllocatedBooleanSparseMatrixで確保された"_piColPos"ポインタ.
Report an issue | ||
<< getAllocatedBooleanSparseMatrix | Boolean Sparse | 疎論理値の例 >> |