Free memory allocated by getAllocatedComplexSparseMatrix function.
void freeAllocatedComplexSparseMatrix(int* _piNbItemRows, int* _piColPos, double* _pdblReal, double* _pdblImg)
Pointer "_piNbItemRows" allocated by getAllocatedComplexSparseMatrix.
Pointer "_piColPos" allocated by getAllocatedComplexSparseMatrix.
Pointer "_pdblReal" allocated by getAllocatedComplexSparseMatrix.
Pointer "_pdblImg" allocated by getAllocatedComplexSparseMatrix.