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

/external/eigen/Eigen/src/Core/
H A DEigenBase.h84 template<typename Dest> inline void applyThisOnTheLeft(Dest& dst) const function in struct:Eigen::EigenBase
H A DMatrixBase.h555 other.derived().applyThisOnTheLeft(derived());
/external/eigen/Eigen/src/Householder/
H A DHouseholderSequence.h300 template<typename Dest> inline void applyThisOnTheLeft(Dest& dst) const function in class:Eigen::HouseholderSequence
303 applyThisOnTheLeft(dst, workspace);
308 inline void applyThisOnTheLeft(Dest& dst, Workspace& workspace) const function in class:Eigen::HouseholderSequence
331 applyThisOnTheLeft(res);
/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h182 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixU, m_workspace);
238 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixV, m_workspace);
282 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixU, m_workspace);
337 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixV, m_workspace);
/external/eigen/unsupported/Eigen/src/SVD/
H A DJacobiSVD.h182 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixU, m_workspace);
238 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixV, m_workspace);
282 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixU, m_workspace);
337 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixV, m_workspace);

Completed in 1093 milliseconds