#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 128 of file XprHelper.h.
| 
 | private | 
| Enumerator | |
|---|---|
| row_major_bit | |
| is_dynamic_size_storage | |
| aligned_bit | |
| packet_access_bit | |
Definition at line 130 of file XprHelper.h.
| anonymous enum | 
| Enumerator | |
|---|---|
| ret | |
Definition at line 158 of file XprHelper.h.