#include <Redux.h>
| Public Types | |
| enum | { PacketSize = unpacket_traits<PacketType>::size, InnerMaxSize } | 
| enum | { MightVectorize, MayLinearVectorize = bool(MightVectorize) && (int(Derived::Flags)&LinearAccessBit) } | 
| enum | { Traversal } | 
| enum | { Cost, UnrollingLimit = EIGEN_UNROLLING_LIMIT * (int(Traversal) == int(DefaultTraversal) ? 1 : int(PacketSize)) } | 
| enum | |
| typedef find_best_packet< typename Derived::Scalar, Derived::SizeAtCompileTime >::type | PacketType | 
| typedef find_best_packet<typename Derived::Scalar,Derived::SizeAtCompileTime>::type Eigen::internal::redux_traits< Func, Derived >::PacketType | 
| anonymous enum | 
| anonymous enum | 
| anonymous enum | 
| anonymous enum |