Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/IterativeLinearSolvers/
DIncompleteCholesky.h187 …owIdx, Ref<VectorSx> vals, const Index& col, const Index& jk, VectorIx& firstElt, VectorList& list…
221 …VectorIx firstElt(n-1); // for each j, points to the next entry in vals that will be used in the f… in factorize()
298 Index jk = firstElt(*k); // First element to use in the column in factorize()
316 updateList(colPtr,rowIdx,vals, *k, jk, firstElt, listCol); in factorize()
367 updateList(colPtr,rowIdx,vals,j,jk,firstElt,listCol); in factorize()
379 …owIdx, Ref<VectorSx> vals, const Index& col, const Index& jk, VectorIx& firstElt, VectorList& list… in updateList() argument
393 firstElt(col) = internal::convert_index<StorageIndex,Index>(jk); in updateList()