|
| enum | { Vectorizable
, LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1
, RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1
, ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1
} |
| |
|
typedef conditional< Vectorizable, _LhsPacket, LhsScalar >::type | LhsPacket |
| |
|
typedef conditional< Vectorizable, _RhsPacket, RhsScalar >::type | RhsPacket |
| |
|
typedef conditional< Vectorizable, _ResPacket, ResScalar >::type | ResPacket |
| |
The documentation for this class was generated from the following file: