Home
last modified time | relevance | path

Searched defs:panel_size (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_Memory.h151 …memInit(Index m, Index n, Index annz, Index lwork, Index fillratio, Index panel_size, GlobalLU_t&… in memInit()
DSparseLU_Structs.h97 Index panel_size; // a panel consists of at most <panel_size> consecutive columns member
DSparseLU.h599 Index panel_size = m_perfv.panel_size; // upper bound on panel width in factorize() local