Searched refs:RefBase (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DRef.h15 template<typename Derived> class RefBase;
119 struct traits<RefBase<Derived> > : public traits<Derived> {};
123 template<typename Derived> class RefBase class in namespace:Eigen
132 EIGEN_DENSE_PUBLIC_INTERFACE(RefBase)
147 RefBase() function in class:Eigen::RefBase
154 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(RefBase)
188 : public RefBase<Ref<PlainObjectType, Options, StrideType> >
193 typedef RefBase<Ref> Base;
222 : public RefBase<Ref<const TPlainObjectType, Options, StrideType> >
227 typedef RefBase<Re
[all...]

Completed in 186 milliseconds