Searched refs:memInit (Results 1 – 3 of 3) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_Memory.h | 151 Index SparseLUImpl<Scalar,StorageIndex>::memInit(Index m, Index n, Index annz, Index lwork, Index f… in memInit() function
|
D | SparseLUImpl.h | 36 …Index memInit(Index m, Index n, Index annz, Index lwork, Index fillratio, Index panel_size, Globa…
|
D | SparseLU.h | 541 Index info = Base::memInit(m, n, nnz, lwork, m_perfv.fillfactor, m_perfv.panel_size, m_glu); in factorize()
|