Searched refs:pruneL (Results 1 – 3 of 3) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_pruneL.h | 53 void SparseLUImpl<Scalar,StorageIndex>::pruneL(const Index jcol, const IndexVector& perm_r, const I… in pruneL() function
|
D | SparseLUImpl.h | 55 …void pruneL(const Index jcol, const IndexVector& perm_r, const Index pivrow, const Index nseg, con…
|
D | SparseLU.h | 674 Base::pruneL(jj, m_perm_r.indices(), pivrow, nseg, segrep, repfnz_k, xprune, m_glu); in factorize()
|