Home
last modified time | relevance | path

Searched refs:applyThisOnTheLeft (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Householder/
DHouseholderSequence.h305 template<typename Dest> inline void applyThisOnTheLeft(Dest& dst) const
308 applyThisOnTheLeft(dst, workspace);
313 inline void applyThisOnTheLeft(Dest& dst, Workspace& workspace) const
360 applyThisOnTheLeft(res);
/external/eigen/Eigen/src/Core/
DEigenBase.h109 EIGEN_DEVICE_FUNC inline void applyThisOnTheLeft(Dest& dst) const in applyThisOnTheLeft() function
DMatrixBase.h525 other.derived().applyThisOnTheLeft(derived()); in applyOnTheLeft()
/external/eigen/Eigen/src/SVD/
DJacobiSVD.h180 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()
DBDCSVD.h320 householderU.applyThisOnTheLeft(m_matrixU); // FIXME this line involves a temporary buffer
327 householderV.applyThisOnTheLeft(m_matrixV); // FIXME this line involves a temporary buffer