Scilab 5.5.2
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.
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 >> |