Home
last modified time | relevance | path

Searched refs:listCol (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/IterativeLinearSolvers/
DIncompleteCholesky.h187 …, Ref<VectorSx> vals, const Index& col, const Index& jk, VectorIx& firstElt, VectorList& listCol);
222 VectorList listCol(n); // listCol(j) is a linked list of columns to update column j in factorize()
296 for(k = listCol[j].begin(); k != listCol[j].end(); k++) in factorize()
316 updateList(colPtr,rowIdx,vals, *k, jk, firstElt, listCol); in factorize()
334 listCol[i].clear(); in factorize()
367 updateList(colPtr,rowIdx,vals,j,jk,firstElt,listCol); in factorize()
379 …dx, Ref<VectorSx> vals, const Index& col, const Index& jk, VectorIx& firstElt, VectorList& listCol) in updateList() argument
394 listCol[rowIdx(jk)].push_back(internal::convert_index<StorageIndex,Index>(col)); in updateList()