Home
last modified time | relevance | path

Searched refs:memInit (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_Memory.h151 Index SparseLUImpl<Scalar,StorageIndex>::memInit(Index m, Index n, Index annz, Index lwork, Index f… in memInit() function
DSparseLUImpl.h36 …Index memInit(Index m, Index n, Index annz, Index lwork, Index fillratio, Index panel_size, Globa…
DSparseLU.h541 Index info = Base::memInit(m, n, nnz, lwork, m_perfv.fillfactor, m_perfv.panel_size, m_glu); in factorize()