Home
last modified time | relevance | path

Searched refs:ZIGETLUNZ (Results 1 – 2 of 2) sorted by relevance

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/umfpackSupport/
H A DUmfPackWrappers.hpp49 #define ZIGETLUNZ UMFPACK_MANGLE(zi,get_lunz) macro
91 int ZIGETLUNZ(int* lnz, int* unz, int* n_row, int* n_col, int* nz_udiag, void* Numeric);
H A DUmfPack.cpp146 return ZIGETLUNZ(lnz, unz, nRow, nCol, nzUdiag, Numeric); in getLunz()