Home | History | Annotate | Download | only in Core

Lines Matching defs:RefBase

15 template<typename Derived> class RefBase;
120 struct traits<RefBase<Derived> > : public traits<Derived> {};
124 template<typename Derived> class RefBase
133 EIGEN_DENSE_PUBLIC_INTERFACE(RefBase)
148 RefBase()
155 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(RefBase)
189 : public RefBase<Ref<PlainObjectType, Options, StrideType> >
198 typedef RefBase<Ref> Base;
230 : public RefBase<Ref<const TPlainObjectType, Options, StrideType> >
235 typedef RefBase<Ref> Base;