#include <Complex.h>
Public Types | |
| enum | { size = 4, alignment = unpacket_traits<Packet8d>::alignment, vectorizable =true, masked_load_available =false, masked_store_available =false } |
| typedef Packet8d | as_real |
| typedef Packet2cd | half |
| typedef std::complex< double > | type |
Definition at line 204 of file AVX512/Complex.h.
| typedef Packet8d Eigen::internal::unpacket_traits< Packet4cd >::as_real |
Definition at line 207 of file AVX512/Complex.h.
| typedef Packet2cd Eigen::internal::unpacket_traits< Packet4cd >::half |
Definition at line 206 of file AVX512/Complex.h.
| typedef std::complex<double> Eigen::internal::unpacket_traits< Packet4cd >::type |
Definition at line 205 of file AVX512/Complex.h.
| anonymous enum |
| Enumerator | |
|---|---|
| size | |
| alignment | |
| vectorizable | |
| masked_load_available | |
| masked_store_available | |
Definition at line 208 of file AVX512/Complex.h.