Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Français - Português - Русский -
Scilabヘルプ >> API Scilab > legacy > sparse > freeAllocatedComplexSparseMatrix

freeAllocatedComplexSparseMatrix

getAllocatedComplexSparseMatrix関数で確保されたメモリを解放.

呼び出し手順

void freeAllocatedComplexSparseMatrix(int* _piNbItemRows, int* _piColPos, double* _pdblReal, double* _pdblImg)

引数

_piNbItemRows

getAllocatedComplexSparseMatrixで確保された"_piNbItemRows"ポインタ.

_piColPos

getAllocatedComplexSparseMatrixで確保された"_piColPos"ポインタ.

_pdblReal

getAllocatedComplexSparseMatrixで確保された"_pdblReal"ポインタ.

_pdblImg

getAllocatedComplexSparseMatrixで確保された"_pdblImg"ポインタ.

Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:35:45 CEST 2016