Scilab 6.1.0
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
getAllocatedSparseMatrix関数で確保されたメモリを解放.
呼び出し手順
void freeAllocatedSparseMatrix(int* _piNbItemRows, int* _piColPos, double* _pdblReal)
引数
- _piNbItemRows
getAllocatedSparseMatrixで確保された"_piNbItemRows" ポインタ.
- _piColPos
getAllocatedSparseMatrixで確保された"_piColPos"ポインタ.
- _pdblReal
getAllocatedSparseMatrixで確保された"_pdblReal".
Report an issue | ||
<< getAllocatedComplexSparseMatrix | sparse | freeAllocatedComplexSparseMatrix >> |