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