Searched refs:panel_size (Results 1 – 6 of 6) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU.h | 362 m_perfv.panel_size = 16; in initperfvalues() 538 Index maxpanel = m_perfv.panel_size * m; in factorize() 541 Index info = Base::memInit(m, n, nnz, lwork, m_perfv.fillfactor, m_perfv.panel_size, m_glu); in factorize() 565 …tempv.setZero(internal::LUnumTempV(m, m_perfv.panel_size, m_perfv.maxsuper, /*m_perfv.rowblk*/m) ); in factorize() 599 Index panel_size = m_perfv.panel_size; // upper bound on panel width in factorize() local 600 for (k = jcol + 1; k < (std::min)(jcol+panel_size, n); k++) in factorize() 604 panel_size = k - jcol; in factorize() 609 panel_size = n - jcol; in factorize() 612 …Base::panel_dfs(m, panel_size, jcol, m_mat, m_perm_r.indices(), nseg1, dense, panel_lsub, segrep, … in factorize() 615 Base::panel_bmod(m, panel_size, jcol, nseg1, dense, tempv, segrep, repfnz, m_glu); in factorize() [all …]
|
D | SparseLU_Memory.h | 151 …Init(Index m, Index n, Index annz, Index lwork, Index fillratio, Index panel_size, GlobalLU_t& gl… in memInit() argument 159 …tempSpace = (2*panel_size + 4 + LUNoMarker) * m * sizeof(Index) + (panel_size + 1) * m * sizeof(Sc… in memInit()
|
D | SparseLU_Structs.h | 97 Index panel_size; // a panel consists of at most <panel_size> consecutive columns member
|
D | SparseLUImpl.h | 36 …Index memInit(Index m, Index n, Index annz, Index lwork, Index fillratio, Index panel_size, Globa…
|
/external/u-boot/drivers/video/ |
D | video_bmp.c | 158 static void video_splash_align_axis(int *axis, unsigned long panel_size, in video_splash_align_axis() argument 161 unsigned long panel_picture_delta = panel_size - picture_size; in video_splash_align_axis()
|
/external/u-boot/common/ |
D | lcd.c | 394 static void splash_align_axis(int *axis, unsigned long panel_size, in splash_align_axis() argument 397 unsigned long panel_picture_delta = panel_size - picture_size; in splash_align_axis()
|