getAllocatedSparseMatrix関数で確保されたメモリを解放.
void freeAllocatedSparseMatrix(int* _piNbItemRows, int* _piColPos, double* _pdblReal)
getAllocatedSparseMatrixで確保された"_piNbItemRows" ポインタ.
getAllocatedSparseMatrixで確保された"_piColPos"ポインタ.
getAllocatedSparseMatrixで確保された"_pdblReal".