Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DIncompleteCholesky.h127 …e& rowIdx, SclType& vals, const Index& col, const Index& jk, IndexType& firstElt, VectorList& list…
151 …IndexType firstElt(n-1); // for each j, points to the next entry in vals that will be used in the … in factorize()
193 int jk = firstElt(*k); // First element to use in the column 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 …e& rowIdx, SclType& vals, const Index& col, const Index& jk, IndexType& firstElt, VectorList& list… in updateList() argument
255 firstElt(col) = jk; in updateList()