Searched defs:EigenBase (Results 1 – 1 of 1) sorted by relevance
29 template<typename Derived> struct EigenBase struct52 { return *static_cast<Derived*>(const_cast<EigenBase*>(this)); } in const_cast_derived() argument54 inline const Derived& const_derived() const in const_derived()59 inline Index rows() const { return derived().rows(); } in rows()62 inline Index cols() const { return derived().cols(); } in cols()66 inline Index size() const { return rows() * cols(); } in size()71 inline void evalTo(Dest& dst) const in evalTo()77 inline void addTo(Dest& dst) const in addTo()89 inline void subTo(Dest& dst) const in subTo()100 EIGEN_DEVICE_FUNC inline void applyThisOnTheRight(Dest& dst) const in applyThisOnTheRight()[all …]