Home
last modified time | relevance | path

Searched refs:applyThisOnTheRight (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Householder/
DHouseholderSequence.h341 template<typename Dest> inline void applyThisOnTheRight(Dest& dst) const
344 applyThisOnTheRight(dst, workspace);
349 inline void applyThisOnTheRight(Dest& dst, Workspace& workspace) const
517 h.applyThisOnTheRight(res);
/external/eigen/Eigen/src/Core/
DEigenBase.h101 EIGEN_DEVICE_FUNC inline void applyThisOnTheRight(Dest& dst) const in applyThisOnTheRight() function
DMatrixBase.h517 other.derived().applyThisOnTheRight(derived());
530 other.derived().applyThisOnTheRight(derived()); in applyOnTheRight()