HomeSort by relevance Sort by last modified time
    Searched refs:rowIdx (Results 1 - 5 of 5) sorted by null

  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteCholesky.h 127 inline void updateList(const IdxType& colPtr, IdxType& rowIdx, SclType& vals, const Index& col, const Index& jk, IndexType& firstElt, VectorList& listCol);
149 Map<IndexType> rowIdx(m_L.innerIndexPtr(), nnz); //Row indices
168 vals[k] /= (m_scal(j) * m_scal(rowIdx[k]));
186 curCol(rowIdx[i]) = vals[i];
187 irow(rowIdx[i]) = rowIdx[i];
197 curCol(rowIdx[i]) -= vals[i] * vals[jk] ;
199 updateList(colPtr,rowIdx,vals, *k, jk, firstElt, listCol);
227 rowIdx[i] = irow(cpt);
232 updateList(colPtr,rowIdx,vals,j,jk,firstElt,listCol);
    [all...]
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
tga_utils.cpp 83 size_t rowIdx = ((header.descriptor & INVERTED_BIT) ? (header.height - 1 - y) : y) * header.width * pixelComponentCount;
86 size_t pixelIdx = rowIdx + x * pixelComponentCount;
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
RobustnessTest.java 196 int rowIdx = 0;
199 tableIdx, rowIdx, Arrays.toString(row)),
205 tableIdx, rowIdx, i, format),
208 tableIdx, rowIdx, i + 1, maxSize),
212 rowIdx++;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 589 int rowIdx = absoluteY / (mSlotHeight + mSlotGap);
595 if (WIDE && rowIdx >= mUnitCount) {
608 ? (columnIdx * mUnitCount + rowIdx)
609 : (rowIdx * mUnitCount + columnIdx);
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrix.h 715 for (Index rowIdx = 0; rowIdx < m.rows(); rowIdx++) {
717 s << m.coeff(rowIdx, colIdx) << "\t";

Completed in 251 milliseconds