Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DIncompleteCholesky.h127 …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
[all …]
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineMatrix.h715 for (Index rowIdx = 0; rowIdx < m.rows(); rowIdx++) {
717 s << m.coeff(rowIdx, colIdx) << "\t";
/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp4214 for (int rowIdx = 0; rowIdx < img->height; rowIdx++) in writeFrame() local
4216 char* rowStart = img->imageData + rowIdx*img->widthStep; in writeFrame()
4223 target[rowIdx*img->width+colIdx] = (r << 16) + (g << 8) + b; in writeFrame()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...