Lines Matching refs:m_matrixU
202 using Base::m_matrixU;
252 if(computeU()) m_matrixU = jsvd.matrixU();
313 // Note exchange of U and V: m_matrixU is set from m_naiveV and vice versa
317 m_matrixU = MatrixX::Identity(householderU.cols(), Ucols);
318 m_matrixU.topLeftCorner(m_diagSize, m_diagSize) = naiveV.template cast<Scalar>().topLeftCorner(m_diagSize, m_diagSize);
319 householderU.applyThisOnTheLeft(m_matrixU); // FIXME this line involves a temporary buffer