Searched refs:EIGEN_ALIGNED_ALLOCATOR (Results 1 – 4 of 4) sorted by relevance
14 #ifndef EIGEN_ALIGNED_ALLOCATOR15 #define EIGEN_ALIGNED_ALLOCATOR Eigen::aligned_allocator macro22 class aligned_allocator_indirection : public EIGEN_ALIGNED_ALLOCATOR<T>40 …aligned_allocator_indirection(const aligned_allocator_indirection& ) : EIGEN_ALIGNED_ALLOCATOR<T>(… in aligned_allocator_indirection()41 aligned_allocator_indirection(const EIGEN_ALIGNED_ALLOCATOR<T>& ) {} in aligned_allocator_indirection()45 aligned_allocator_indirection(const EIGEN_ALIGNED_ALLOCATOR<U>& ) {} in aligned_allocator_indirection()
25 : public list<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > \27 typedef list<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > list_base; \72 class list<T,EIGEN_ALIGNED_ALLOCATOR<T> >
26 : public deque<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > \28 typedef deque<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > deque_base; \72 class deque<T,EIGEN_ALIGNED_ALLOCATOR<T> >
26 : public vector<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > \28 typedef vector<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > vector_base; \72 class vector<T,EIGEN_ALIGNED_ALLOCATOR<T> >