Home
last modified time | relevance | path

Searched refs:firstColm (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/SVD/
DBDCSVD.h202 …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
542 RealScalar c = m_computed(firstColm, firstColm + j - 1); in deflation44()
543 RealScalar s = m_computed(firstColm, firstColm + i - 1); in deflation44()
546 m_computed(firstColm + i, firstColm + i) = m_computed(firstColm + j, firstColm + j); in deflation44()
551 m_computed(firstColm + i, firstColm) = r; in deflation44()
552 m_computed(firstColm + i, firstColm + i) = m_computed(firstColm + j, firstColm + j); in deflation44()
553 m_computed(firstColm + j, firstColm) = 0; in deflation44()