Searched refs:fillratio (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_Memory.h | 152 …Scalar,Index>::memInit(Index m, Index n, Index annz, Index lwork, Index fillratio, Index panel_siz… in memInit() argument 156 …glu.nzumax = glu.nzlumax = (std::min)(fillratio * annz / n, m) * n; // estimated number of nonzero… in memInit() 157 glu.nzlmax = (std::max)(Index(4), fillratio) * annz / 4; // estimated nnz in L factor in memInit()
|
D | SparseLUImpl.h | 34 …Index memInit(Index m, Index n, Index annz, Index lwork, Index fillratio, Index panel_size, Globa…
|