HomeSort by relevance Sort by last modified time
    Searched refs:lastCol (Results 1 - 3 of 3) 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/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.cpp 302 size_t lastCol = effCol;
313 while (lastCol < nEffCols && span > 0) {
314 Layout& columnLayout = m_layoutStruct[lastCol];
349 span -= m_table->spanOfEffCol(lastCol);
352 lastCol++;
368 for (unsigned pos = effCol; pos < lastCol; ++pos) {
373 for (unsigned pos = effCol; pos < lastCol && totalWidth > 0; ++pos) {
390 for (unsigned pos = effCol; fixedWidth > 0 && pos < lastCol; ++pos) {
400 for (unsigned pos = effCol; pos < lastCol; ++pos) {
420 for (unsigned pos = effCol; remainingMaxLogicalWidth >= 0 && pos < lastCol; ++pos)
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 173 milliseconds