#include <src/Core/Redux.h>
Public Types | |
enum | { PacketSize = packet_traits<typename Derived::Scalar>::size, InnerMaxSize } |
enum | { MightVectorize, MayLinearVectorize = MightVectorize && (int(Derived::Flags)&LinearAccessBit), MaySliceVectorize = MightVectorize && int(InnerMaxSize)>=3*PacketSize } |
enum | { Traversal } |
enum | { Cost, UnrollingLimit = EIGEN_UNROLLING_LIMIT * (int(Traversal) == int(DefaultTraversal) ? 1 : int(PacketSize)) } |
enum | { Unrolling } |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011 |