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 >> |