Searched refs:firstColu (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/Eigen/src/SVD/ |
D | BDCSVD.h | 202 …void deflation44(Index firstColu , Index firstColm, Index firstRowW, Index firstColW, Index i, Ind… 537 void BDCSVD<MatrixType>::deflation44(Index firstColu , Index firstColm, Index firstRowW, Index firs… in deflation44() argument 555 m_naiveU.col(firstColu + i).segment(firstColu, size) = in deflation44() 556 c * m_naiveU.col(firstColu + i).segment(firstColu, size) - in deflation44() 557 s * m_naiveU.col(firstColu + j).segment(firstColu, size) ; in deflation44() 559 m_naiveU.col(firstColu + j).segment(firstColu, size) = in deflation44() 560 (c + s*s/c) * m_naiveU.col(firstColu + j).segment(firstColu, size) + in deflation44() 561 (s/c) * m_naiveU.col(firstColu + i).segment(firstColu, size); in deflation44()
|