Searched defs:EIGEN_ALIGNED_ALLOCATOR (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/StlSupport/
H A 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>() {}
41 aligned_allocator_indirection(const EIGEN_ALIGNED_ALLOCATOR<T>& ) {}
45 aligned_allocator_indirection(const EIGEN_ALIGNED_ALLOCATOR<U>& ) {}

Completed in 60 milliseconds