Home | History | Annotate | Download | only in Core

Lines Matching refs:Dest

52   template<typename Dest> inline void evalTo(Dest& dst) const
56 template<typename Dest> inline void addTo(Dest& dst) const
60 typename Dest::PlainObject res(rows(),cols());
66 template<typename Dest> inline void subTo(Dest& dst) const
70 typename Dest::PlainObject res(rows(),cols());
76 template<typename Dest> inline void applyThisOnTheRight(Dest& dst) const
84 template<typename Dest> inline void applyThisOnTheLeft(Dest& dst) const