Searched refs:firstCol (Results 1 - 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/src/SVD/
H A DBDCSVD.h199 void divide (Index firstCol, Index lastCol, Index firstRowW,
201 void deflation43(Index firstCol, Index shift, Index i, Index size);
203 void deflation(Index firstCol, Index lastCol, Index k, Index firstRowW, Index firstColW, Index shift);
355 //@param firstCol : The Index of the first 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;
380 JacobiSVD<MatrixXr> b(m_computed.block(firstCol, firstCol, n + 1, n),
382 if (compU) m_naiveU.block(firstCol, firstCo
505 deflation43(Index firstCol, Index shift, Index i, Index size) argument
577 deflation(Index firstCol, Index lastCol, Index k, Index firstRowW, Index firstColW, Index shift) argument
[all...]
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 224 milliseconds