Searched refs:firstColW (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/Eigen/src/SVD/ |
D | BDCSVD.h | 200 Index firstColW, Index shift); 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… 364 Index firstColW, Index shift) 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 …]
|