HomeSort by relevance Sort by last modified time
    Searched full:lastcol (Results 1 - 6 of 6) sorted by null

  /external/eigen/unsupported/Eigen/src/SVD/
BDCSVD.h 199 void divide (Index firstCol, Index lastCol, Index firstRowW,
203 void deflation(Index firstCol, Index lastCol, Index k, Index firstRowW, Index firstColW, Index shift);
356 //@param lastCol : The Index of the last column of the submatrix of m_computed and for m_naiveU;
357 // lastCol + 1 - firstCol is the size of the submatrix.
363 void BDCSVD<MatrixType>::divide (Index firstCol, Index lastCol, Index firstRowW,
370 const Index n = lastCol - firstCol + 1;
402 divide(k + 1 + firstCol, lastCol, k + 1 + firstRowW, k + 1 + firstColW, shift);
407 phi = m_naiveU(firstCol + k + 1, lastCol + 1);
412 phi = m_naiveU(0, lastCol + 1);
448 m_naiveU.col(lastCol + 1).segment(firstCol, k + 1) << (q1 * ( - s0))
    [all...]
  /external/dng_sdk/source/
dng_gain_map.cpp 211 uint32 lastCol = static_cast<uint32> (fMap.Points ().h - 1);
213 if (colIndexF >= static_cast<real64> (lastCol))
216 fValueBase = InterpolateEntry (lastCol);
228 // a uint32 and that static_cast<uint32> (colIndexF) < lastCol. This
229 // implies colIndex + 1 <= lastCol, i.e. the argument to
  /frameworks/support/design/tests/src/android/support/design/testutils/
TestUtils.java 69 final int lastCol = checkArea != null ? checkArea.right : drawableWidth - 1;
79 for (int column = firstCol; column <= lastCol; column++) {
  /external/llvm/lib/Support/
SourceMgr.cpp 303 unsigned LastCol;
305 LastCol = LineEnd - LineStart;
307 LastCol = R.End.getPointer() - LineStart;
309 std::fill(&CaretLine[FirstCol], &CaretLine[LastCol], '~');
  /external/autotest/client/tools/
html_report.py 687 if (def(tdata.lastcol) && tdata.lastcol==tdata.col && def(tdata.lastdesc)) {
695 tdata.lastcol=tdata.col;
    [all...]
  /external/mksh/src/
edit.c 2248 size_t lastcol = xep - xbuf; local
    [all...]

Completed in 4415 milliseconds