Searched refs:updateList (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | IncompleteCholesky.h | 127 …inline void updateList(const IdxType& colPtr, IdxType& rowIdx, SclType& vals, const Index& col, co… 199 updateList(colPtr,rowIdx,vals, *k, jk, firstElt, listCol); in factorize() 232 updateList(colPtr,rowIdx,vals,j,jk,firstElt,listCol); in factorize() 241 inline void IncompleteCholesky<Scalar,_UpLo, OrderingType>::updateList(const IdxType& colPtr, IdxTy… in updateList() function
|