#include <Complex.h>
Public Types | |
enum | { size =2, alignment =Aligned32, vectorizable =true, masked_load_available =false, masked_store_available =false } |
typedef Packet4d | as_real |
typedef Packet1cd | half |
typedef std::complex< double > | type |
Definition at line 220 of file AVX/Complex.h.
typedef Packet4d Eigen::internal::unpacket_traits< Packet2cd >::as_real |
Definition at line 223 of file AVX/Complex.h.
typedef Packet1cd Eigen::internal::unpacket_traits< Packet2cd >::half |
Definition at line 222 of file AVX/Complex.h.
typedef std::complex<double> Eigen::internal::unpacket_traits< Packet2cd >::type |
Definition at line 221 of file AVX/Complex.h.
anonymous enum |
Enumerator | |
---|---|
size | |
alignment | |
vectorizable | |
masked_load_available | |
masked_store_available |
Definition at line 224 of file AVX/Complex.h.