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 D | UmfPackWrappers.hpp | 49 #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 D | UmfPack.cpp | 146 return ZIGETLUNZ(lnz, unz, nRow, nCol, nzUdiag, Numeric); in getLunz()
|