Home | History | Annotate | Download | only in SVD

Lines Matching refs:m_matrixV

203   using Base::m_matrixV;
253 if(computeV()) m_matrixV = jsvd.matrixV();
324 m_matrixV = MatrixX::Identity(householderV.cols(), Vcols);
325 m_matrixV.topLeftCorner(m_diagSize, m_diagSize) = naiveU.template cast<Scalar>().topLeftCorner(m_diagSize, m_diagSize);
326 householderV.applyThisOnTheLeft(m_matrixV); // FIXME this line involves a temporary buffer