#include <Complex.h>
Public Types | |
enum | { size = 1, alignment = Aligned16, vectorizable = true, masked_load_available = false, masked_store_available = false } |
typedef Packet2f | as_real |
typedef Packet1cf | half |
typedef std::complex< float > | type |
Definition at line 75 of file NEON/Complex.h.
typedef Packet2f Eigen::internal::unpacket_traits< Packet1cf >::as_real |
Definition at line 79 of file NEON/Complex.h.
typedef Packet1cf Eigen::internal::unpacket_traits< Packet1cf >::half |
Definition at line 78 of file NEON/Complex.h.
typedef std::complex<float> Eigen::internal::unpacket_traits< Packet1cf >::type |
Definition at line 77 of file NEON/Complex.h.
anonymous enum |
Enumerator | |
---|---|
size | |
alignment | |
vectorizable | |
masked_load_available | |
masked_store_available |
Definition at line 80 of file NEON/Complex.h.