#include <Complex.h>
Public Types | |
enum | { size = 8, alignment =unpacket_traits<Packet16f>::alignment, vectorizable =true, masked_load_available =false, masked_store_available =false } |
typedef Packet16f | as_real |
typedef Packet4cf | half |
typedef std::complex< float > | type |
Definition at line 49 of file AVX512/Complex.h.
typedef Packet16f Eigen::internal::unpacket_traits< Packet8cf >::as_real |
Definition at line 52 of file AVX512/Complex.h.
typedef Packet4cf Eigen::internal::unpacket_traits< Packet8cf >::half |
Definition at line 51 of file AVX512/Complex.h.
typedef std::complex<float> Eigen::internal::unpacket_traits< Packet8cf >::type |
Definition at line 50 of file AVX512/Complex.h.
anonymous enum |
Enumerator | |
---|---|
size | |
alignment | |
vectorizable | |
masked_load_available | |
masked_store_available |
Definition at line 53 of file AVX512/Complex.h.