Free memory allocated by getAllocatedComplexSparseMatrix function. (original) (raw)
Scilab 5.3.3
- Scilab help
- API Scilab
- sparse
- isSparseType
- getAllocatedSparseMatrix
- getAllocatedComplexSparseMatrix
- freeAllocatedSparseMatrix
- freeAllocatedComplexSparseMatrix
- sparse example
Please note that the recommended version of Scilab is 2026.0.1. This page might be outdated.
However, this page did not exist in the previous stable version.
Scilab help >> API Scilab > sparse > freeAllocatedComplexSparseMatrix
freeAllocatedComplexSparseMatrix
Free memory allocated by getAllocatedComplexSparseMatrix function.
Calling Sequence
void freeAllocatedComplexSparseMatrix(int* _piNbItemRows, int* _piColPos, double* _pdblReal, double* _pdblImg)
Arguments
_piNbItemRows
Pointer "_piNbItemRows" allocated by getAllocatedComplexSparseMatrix.
_piColPos
Pointer "_piColPos" allocated by getAllocatedComplexSparseMatrix.
_pdblReal
Pointer "_pdblReal" allocated by getAllocatedComplexSparseMatrix.
_pdblImg
Pointer "_pdblImg" allocated by getAllocatedComplexSparseMatrix.