Searched refs:essential2 (Results 1 – 1 of 1) sorted by relevance
477 Vector2s essential2; in step() local484 essential2 = hr.template bottomRows<2>(); in step()486 …m_S.template middleRows<3>(k).rightCols(dim-fc).applyHouseholderOnTheLeft(essential2, tau, m_works… in step()487 …m_T.template middleRows<3>(k).rightCols(dim-fc).applyHouseholderOnTheLeft(essential2, tau, m_works… in step()489 … m_Q.template middleCols<3>(k).applyHouseholderOnTheRight(essential2, tau, m_workspace.data()); in step()496 essential2 = hr.template bottomRows<2>(); in step()501 tmp = m_S.template middleCols<2>(k).topRows(lr) * essential2; in step()504 m_S.template middleCols<2>(k).topRows(lr) -= (tau*tmp) * essential2.adjoint(); in step()506 tmp = m_T.template middleCols<2>(k).topRows(lr) * essential2; in step()509 m_T.template middleCols<2>(k).topRows(lr) -= (tau*tmp) * essential2.adjoint(); in step()[all …]