Searched refs:applyThisOnTheLeft (Results 1 – 5 of 5) sorted by relevance
305 template<typename Dest> inline void applyThisOnTheLeft(Dest& dst) const308 applyThisOnTheLeft(dst, workspace);313 inline void applyThisOnTheLeft(Dest& dst, Workspace& workspace) const360 applyThisOnTheLeft(res);
108 EIGEN_DEVICE_FUNC inline void applyThisOnTheLeft(Dest& dst) const in applyThisOnTheLeft() function
525 other.derived().applyThisOnTheLeft(derived()); in applyOnTheLeft()
180 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixU, m_workspace); in run()237 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixV, m_workspace); in run()279 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixU, m_workspace); in run()333 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixV, m_workspace); in run()
319 householderU.applyThisOnTheLeft(m_matrixU); // FIXME this line involves a temporary buffer326 householderV.applyThisOnTheLeft(m_matrixV); // FIXME this line involves a temporary buffer