Home | History | Annotate | Download | only in Core

Lines Matching defs:traits

18     typedef internal::traits<Derived> Traits;
22 typedef typename Traits::IndicesType IndicesType;
120 struct traits<Transpositions<SizeAtCompileTime,MaxSizeAtCompileTime,_StorageIndex> >
121 : traits<PermutationMatrix<SizeAtCompileTime,MaxSizeAtCompileTime,_StorageIndex> >
160 typedef internal::traits<Transpositions> Traits;
164 typedef typename Traits::IndicesType IndicesType;
221 struct traits<Map<Transpositions<SizeAtCompileTime,MaxSizeAtCompileTime,_StorageIndex>,_PacketAccess> >
222 : traits<PermutationMatrix<SizeAtCompileTime,MaxSizeAtCompileTime,_StorageIndex> >
234 typedef internal::traits<Map> Traits;
238 typedef typename Traits::IndicesType IndicesType;
280 struct traits<TranspositionsWrapper<_IndicesType> >
281 : traits<PermutationWrapper<_IndicesType> >
291 typedef internal::traits<TranspositionsWrapper> Traits;
295 typedef typename Traits::IndicesType IndicesType;
362 struct traits<Transpose<TranspositionsBase<Derived> > >
363 : traits<Derived>