Home | History | Annotate | Download | only in SVD

Lines Matching refs:bidiagonal

4 // We used the "A Divide-And-Conquer Algorithm for the Bidiagonal SVD"
49 * \brief class Bidiagonal Divide and Conquer SVD
275 m_computed.topRows(m_diagSize) = bid.bidiagonal().toDenseMatrix().transpose();