Free memory allocated by getAllocatedSparseMatrix function.
void freeAllocatedSparseMatrix(int* _piNbItemRows, int* _piColPos, double* _pdblReal)
Pointer "_piNbItemRows" allocated by getAllocatedSparseMatrix.
Pointer "_piColPos" allocated by getAllocatedSparseMatrix.
Pointer "_pdblReal" allocated by getAllocatedSparseMatrix.