#include <XprHelper.h>
Public Types | |
enum | { ret = LinearAccessBit | DirectAccessBit | packet_access_bit | row_major_bit | aligned_bit } |
Private Types | |
enum | { row_major_bit = Options&RowMajor ? RowMajorBit : 0, inner_max_size, is_big = inner_max_size == Dynamic, storage_has_fixed_size = MaxRows != Dynamic && MaxCols != Dynamic, storage_has_aligned_fixed_size, aligned_bit, packet_access_bit = ei_packet_traits<Scalar>::size > 1 && aligned_bit ? PacketAccessBit : 0 } |
Definition at line 93 of file XprHelper.h.
anonymous enum [private] |
row_major_bit | |
inner_max_size | |
is_big | |
storage_has_fixed_size | |
storage_has_aligned_fixed_size | |
aligned_bit | |
packet_access_bit |
Definition at line 95 of file XprHelper.h.
anonymous enum |
Definition at line 111 of file XprHelper.h.