Lines Matching refs:applyOnTheLeft
228 m_S.applyOnTheLeft(m_Q.adjoint()); in hessenbergTriangular()
241 m_S.rightCols(dim-j-1).applyOnTheLeft(i-1,i,G.adjoint()); in hessenbergTriangular()
242 m_T.rightCols(dim-i+1).applyOnTheLeft(i-1,i,G.adjoint()); in hessenbergTriangular()
256 m_Z.applyOnTheLeft(i,i-1,G.adjoint()); in hessenbergTriangular()
336 m_S.rightCols(dim-i).applyOnTheLeft(i,i+1,G.adjoint()); in splitOffTwoRows()
337 m_T.rightCols(dim-i).applyOnTheLeft(i,i+1,G.adjoint()); in splitOffTwoRows()
347 m_Z.applyOnTheLeft(i+1,i,G.adjoint()); in splitOffTwoRows()
370 m_S.rightCols(dim-firstColS).applyOnTheLeft(zz,zz+1,G.adjoint()); in pushDownZero()
371 m_T.rightCols(dim-zz).applyOnTheLeft(zz,zz+1,G.adjoint()); in pushDownZero()
385 m_Z.applyOnTheLeft(zz,zz-1,G.adjoint()); in pushDownZero()
395 m_Z.applyOnTheLeft(l,l-1,G.adjoint()); in pushDownZero()
528 m_Z.applyOnTheLeft(k+1,k,G.adjoint()); in step()
540 m_S.applyOnTheLeft(l-1,l,G.adjoint()); in step()
541 m_T.applyOnTheLeft(l-1,l,G.adjoint()); in step()
551 m_Z.applyOnTheLeft(l,l-1,G.adjoint()); in step()
633 m_S.applyOnTheLeft(i,i+1,j_left); in compute()
635 m_T.applyOnTheLeft(i,i+1,j_left); in compute()
641 m_Z.applyOnTheLeft(i,i+1,j_right.transpose()); in compute()