#include <XprHelper.h>
Public Types | |
enum | { ret = LinearAccessBit | LvalueBit | DirectAccessBit | NestByRefBit | packet_access_bit | row_major_bit | aligned_bit } |
Private Types | |
enum | { row_major_bit = Options&RowMajor ? RowMajorBit : 0, is_dynamic_size_storage = MaxRows==Dynamic || MaxCols==Dynamic, aligned_bit, packet_access_bit = packet_traits<Scalar>::Vectorizable && aligned_bit ? PacketAccessBit : 0 } |
Definition at line 119 of file XprHelper.h.
anonymous enum [private] |
Definition at line 121 of file XprHelper.h.
anonymous enum |
Definition at line 150 of file XprHelper.h.