Searched refs:applyThisOnTheLeft (Results 1 – 5 of 5) sorted by relevance
/external/eigen/Eigen/src/Householder/ |
D | HouseholderSequence.h | 300 template<typename Dest> inline void applyThisOnTheLeft(Dest& dst) const 303 applyThisOnTheLeft(dst, workspace); 308 inline void applyThisOnTheLeft(Dest& dst, Workspace& workspace) const 331 applyThisOnTheLeft(res);
|
/external/eigen/Eigen/src/Core/ |
D | EigenBase.h | 84 template<typename Dest> inline void applyThisOnTheLeft(Dest& dst) const in applyThisOnTheLeft() function
|
D | MatrixBase.h | 551 other.derived().applyThisOnTheLeft(derived()); in applyOnTheLeft()
|
/external/eigen/unsupported/Eigen/src/SVD/ |
D | JacobiSVD.h | 182 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixU, m_workspace); in run() 238 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixV, m_workspace); in run() 282 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixU, m_workspace); in run() 337 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixV, m_workspace); in run()
|
/external/eigen/Eigen/src/SVD/ |
D | JacobiSVD.h | 182 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixU, m_workspace); in run() 238 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixV, m_workspace); in run() 282 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixU, m_workspace); in run() 337 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixV, m_workspace); in run()
|