Searched refs:lastCol (Results 1 – 3 of 3) sorted by relevance
/external/eigen/unsupported/Eigen/src/SVD/ |
D | 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 shi… 363 void BDCSVD<MatrixType>::divide (Index firstCol, Index lastCol, Index firstRowW, in divide() argument 370 const Index n = lastCol - firstCol + 1; in divide() 402 divide(k + 1 + firstCol, lastCol, k + 1 + firstRowW, k + 1 + firstColW, shift); in divide() 407 phi = m_naiveU(firstCol + k + 1, lastCol + 1); in divide() 412 phi = m_naiveU(0, lastCol + 1); in divide() 448 m_naiveU.col(lastCol + 1).segment(firstCol, k + 1) << (q1 * ( - s0)); in divide() 451 m_naiveU.col(lastCol + 1).segment(firstCol + k + 1, n - k) *s0; in divide() 453 m_naiveU.col(lastCol + 1).segment(firstCol + k + 1, n - k) *= c0; in divide() [all …]
|
/external/dng_sdk/source/ |
D | dng_gain_map.cpp | 211 uint32 lastCol = static_cast<uint32> (fMap.Points ().h - 1); in ResetColumn() local 213 if (colIndexF >= static_cast<real64> (lastCol)) in ResetColumn() 216 fValueBase = InterpolateEntry (lastCol); in ResetColumn()
|
/external/robolectric/v1/lib/main/ |
D | sqlite-jdbc-3.7.2.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |