Searched refs:listCol (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | IncompleteCholesky.h | 127 …wIdx, SclType& vals, const Index& col, const Index& jk, IndexType& firstElt, VectorList& listCol); 152 VectorList listCol(n); // listCol(j) is a linked list of columns to update column j in factorize() 191 for(k = listCol[j].begin(); k != listCol[j].end(); k++) in factorize() 199 updateList(colPtr,rowIdx,vals, *k, jk, firstElt, listCol); in factorize() 232 updateList(colPtr,rowIdx,vals,j,jk,firstElt,listCol); in factorize() 241 …rowIdx, SclType& vals, const Index& col, const Index& jk, IndexType& firstElt, VectorList& listCol) in updateList() argument 256 listCol[rowIdx(jk)].push_back(col); in updateList()
|