Searched refs:lastCol (Results 1 - 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/SVD/
H A DBDCSVD.h199 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, argument
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
577 deflation(Index firstCol, Index lastCol, Index k, Index firstRowW, Index firstColW, Index shift) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DAutoTableLayout.cpp302 size_t lastCol = effCol; local
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;
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 652 milliseconds