Searched refs:firstRowW (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/Eigen/src/SVD/ |
D | BDCSVD.h | 199 void divide (Index firstCol, Index lastCol, Index firstRowW, 202 …void deflation44(Index firstColu , Index firstColm, Index firstRowW, Index firstColW, Index i, Ind… 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 388 if (compV) m_naiveV.block(firstRowW, firstColW, n, n).real() << b.matrixV(); in divide() 402 divide(k + 1 + firstCol, lastCol, k + 1 + firstRowW, k + 1 + firstColW, shift); in divide() 403 divide(firstCol, k - 1 + firstCol, firstRowW, firstColW + 1, shift + 1); in divide() 426 if (compV) m_naiveV(firstRowW+k, firstColW) = 1; in divide() 483 deflation(firstCol, lastCol, k, firstRowW, firstColW, shift); in divide() 491 if (compV) m_naiveV.block(firstRowW, firstColW, n, n) *= res.matrixV(); in divide() [all …]
|