#include <Complex.h>
Public Types | |
enum | { size =4, alignment =Aligned32, vectorizable =true, masked_load_available =false, masked_store_available =false } |
typedef Packet8f | as_real |
typedef Packet2cf | half |
typedef std::complex< float > | type |
Definition at line 51 of file AVX/Complex.h.
typedef Packet8f Eigen::internal::unpacket_traits< Packet4cf >::as_real |
Definition at line 54 of file AVX/Complex.h.
typedef Packet2cf Eigen::internal::unpacket_traits< Packet4cf >::half |
Definition at line 53 of file AVX/Complex.h.
typedef std::complex<float> Eigen::internal::unpacket_traits< Packet4cf >::type |
Definition at line 52 of file AVX/Complex.h.
anonymous enum |
Enumerator | |
---|---|
size | |
alignment | |
vectorizable | |
masked_load_available | |
masked_store_available |
Definition at line 55 of file AVX/Complex.h.