Scilab 6.1.0
      
      
    Please note that the recommended version of Scilab is 2026.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 >> |