Home
last modified time | relevance | path

Searched refs:EIGEN_ALIGNED_ALLOCATOR (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/StlSupport/
Ddetails.h14 #ifndef EIGEN_ALIGNED_ALLOCATOR
15 #define EIGEN_ALIGNED_ALLOCATOR Eigen::aligned_allocator macro
22 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()
DStdList.h25 : 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> >
DStdDeque.h26 : 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> >
DStdVector.h26 : 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> >