|
enum | { DstFlags = DstEvaluator::Flags,
SrcFlags = SrcEvaluator::Flags
} |
|
enum | { DstAlignment = DstEvaluator::Alignment,
SrcAlignment = SrcEvaluator::Alignment,
DstHasDirectAccess = DstFlags & DirectAccessBit,
JointAlignment = EIGEN_PLAIN_ENUM_MIN(DstAlignment,SrcAlignment)
} |
|
enum | { LinearRequiredAlignment = unpacket_traits<LinearPacketType>::alignment,
InnerRequiredAlignment = unpacket_traits<InnerPacketType>::alignment
} |
|
enum | { Traversal,
Vectorized
} |
|
enum | { Unrolling
} |
|
typedef DstEvaluator::XprType | Dst |
|
typedef Dst::Scalar | DstScalar |
|
typedef conditional< int(Traversal)==LinearVectorizedTraversal, LinearPacketType, InnerPacketType >::type | PacketType |
|
The documentation for this struct was generated from the following file: