Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Householder/
DHouseholderSequence.h285 template<typename Dest> inline void applyThisOnTheRight(Dest& dst) const
288 applyThisOnTheRight(dst, workspace);
293 inline void applyThisOnTheRight(Dest& dst, Workspace& workspace) const
442 h.applyThisOnTheRight(res);
/external/eigen/Eigen/src/Core/
DEigenBase.h100 EIGEN_DEVICE_FUNC inline void applyThisOnTheRight(Dest& dst) const in applyThisOnTheRight() function
DMatrixBase.h500 other.derived().applyThisOnTheRight(derived());
513 other.derived().applyThisOnTheRight(derived()); in applyOnTheRight()