Searched defs:EigenBase (Results 1 – 1 of 1) sorted by relevance
28 template<typename Derived> struct EigenBase struct51 { return *static_cast<Derived*>(const_cast<EigenBase*>(this)); } in const_cast_derived() argument53 inline const Derived& const_derived() const in const_derived()58 inline Index rows() const { return derived().rows(); } in rows()61 inline Index cols() const { return derived().cols(); } in cols()65 inline Index size() const { return rows() * cols(); } in size()70 inline void evalTo(Dest& dst) const in evalTo()76 inline void addTo(Dest& dst) const in addTo()88 inline void subTo(Dest& dst) const in subTo()99 EIGEN_DEVICE_FUNC inline void applyThisOnTheRight(Dest& dst) const in applyThisOnTheRight()[all …]