Home | History | Annotate | Download | only in Core

Lines Matching defs:Map

421 struct traits<Map<PermutationMatrix<SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex>,_PacketAccess> >
425 typedef Map<const Matrix<_StorageIndex, SizeAtCompileTime, 1, 0, MaxSizeAtCompileTime, 1>, _PacketAccess> IndicesType;
432 class Map<PermutationMatrix<SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex>,_PacketAccess>
433 : public PermutationBase<Map<PermutationMatrix<SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex>,_PacketAccess> >
435 typedef PermutationBase<Map> Base;
436 typedef internal::traits<Map> Traits;
444 inline Map(const StorageIndex* indicesPtr)
448 inline Map(const StorageIndex* indicesPtr, Index size)
454 Map& operator=(const PermutationBase<Other>& other)
459 Map& operator=(const TranspositionsBase<Other>& tr)
466 Map& operator=(const Map& other)