Home | History | Annotate | Download | only in SVD

Lines Matching refs:applyOnTheRight

379       if(svd.computeU()) svd.m_matrixU.applyOnTheRight(p,q,rot.adjoint());
778 if(computeU()) m_matrixU.applyOnTheRight(p,q,j_left.transpose());
780 m_workMatrix.applyOnTheRight(p,q,j_right);
781 if(computeV()) m_matrixV.applyOnTheRight(p,q,j_right);