Searched defs:colPtr (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DIncompleteCholesky.h127 inline void updateList(const IdxType& colPtr, IdxType& rowIdx, SclType& vals, const Index& col, const Index& jk, IndexType& firstElt, VectorList& listCol);
150 Map<IndexType> colPtr( m_L.outerIndexPtr(), n+1); // Pointer to the beginning of each row
167 for (int k = colPtr[j]; k < colPtr[j+1]; k++)
169 mindiag = (min)(vals[colPtr[j]], mindiag);
175 vals[colPtr[j]] += m_shift;
181 Scalar diag = vals[colPtr[j]]; // It is assumed that only the lower part is stored
184 for (int i = colPtr[j] + 1; i < colPtr[j+1]; i++)
195 for (int i = jk; i < colPtr[*
241 updateList(const IdxType& colPtr, IdxType& rowIdx, SclType& vals, const Index& col, const Index& jk, IndexType& firstElt, VectorList& listCol) argument
[all...]

Completed in 58 milliseconds