Lines Matching refs:rowIdx
127 …inline void updateList(const IdxType& colPtr, IdxType& rowIdx, SclType& vals, const Index& col, co…
149 Map<IndexType> rowIdx(m_L.innerIndexPtr(), nnz); //Row indices in factorize()
168 vals[k] /= (m_scal(j) * m_scal(rowIdx[k])); in factorize()
186 curCol(rowIdx[i]) = vals[i]; in factorize()
187 irow(rowIdx[i]) = rowIdx[i]; in factorize()
197 curCol(rowIdx[i]) -= vals[i] * vals[jk] ; in factorize()
199 updateList(colPtr,rowIdx,vals, *k, jk, firstElt, listCol); in factorize()
227 rowIdx[i] = irow(cpt); in factorize()
232 updateList(colPtr,rowIdx,vals,j,jk,firstElt,listCol); in factorize()
241 …<Scalar,_UpLo, OrderingType>::updateList(const IdxType& colPtr, IdxType& rowIdx, SclType& vals, co… in updateList() argument
247 rowIdx.segment(jk,p).minCoeff(&minpos); in updateList()
249 if (rowIdx(minpos) != rowIdx(jk)) in updateList()
252 std::swap(rowIdx(jk),rowIdx(minpos)); in updateList()
256 listCol[rowIdx(jk)].push_back(col); in updateList()