Classes |
struct | internal::conj_helper< Packet1cd, Packet1cd, false, true > |
struct | internal::conj_helper< Packet1cd, Packet1cd, true, false > |
struct | internal::conj_helper< Packet1cd, Packet1cd, true, true > |
struct | internal::conj_helper< Packet1cd, Packet2d, false, false > |
struct | internal::conj_helper< Packet2cf, Packet2cf, false, true > |
struct | internal::conj_helper< Packet2cf, Packet2cf, true, false > |
struct | internal::conj_helper< Packet2cf, Packet2cf, true, true > |
struct | internal::conj_helper< Packet2cf, Packet4f, false, false > |
struct | internal::conj_helper< Packet2d, Packet1cd, false, false > |
struct | internal::conj_helper< Packet4f, Packet2cf, false, false > |
struct | internal::Packet1cd |
struct | internal::Packet2cf |
struct | internal::packet_traits< std::complex< double > > |
struct | internal::packet_traits< std::complex< float > > |
struct | internal::palign_impl< Offset, Packet1cd > |
struct | internal::palign_impl< Offset, Packet2cf > |
struct | internal::unpacket_traits< Packet1cd > |
struct | internal::unpacket_traits< Packet2cf > |
Namespaces |
namespace | internal |
Functions |
template<> |
EIGEN_STRONG_INLINE Packet1cd | internal::padd< Packet1cd > (const Packet1cd &a, const Packet1cd &b) |
template<> |
EIGEN_STRONG_INLINE Packet2cf | internal::padd< Packet2cf > (const Packet2cf &a, const Packet2cf &b) |
template<> |
EIGEN_STRONG_INLINE Packet1cd | internal::pand< Packet1cd > (const Packet1cd &a, const Packet1cd &b) |
template<> |
EIGEN_STRONG_INLINE Packet2cf | internal::pand< Packet2cf > (const Packet2cf &a, const Packet2cf &b) |
template<> |
EIGEN_STRONG_INLINE Packet1cd | internal::pandnot< Packet1cd > (const Packet1cd &a, const Packet1cd &b) |
template<> |
EIGEN_STRONG_INLINE Packet2cf | internal::pandnot< Packet2cf > (const Packet2cf &a, const Packet2cf &b) |
template<> |
EIGEN_STRONG_INLINE Packet2cf | internal::pconj (const Packet2cf &a) |
template<> |
EIGEN_STRONG_INLINE Packet1cd | internal::pconj (const Packet1cd &a) |
EIGEN_STRONG_INLINE Packet2cf | internal::pcplxflip (const Packet2cf &x) |
EIGEN_STRONG_INLINE Packet1cd | internal::pcplxflip (const Packet1cd &x) |
template<> |
EIGEN_STRONG_INLINE Packet1cd | internal::pdiv< Packet1cd > (const Packet1cd &a, const Packet1cd &b) |
template<> |
EIGEN_STRONG_INLINE Packet2cf | internal::pdiv< Packet2cf > (const Packet2cf &a, const Packet2cf &b) |
template<> |
EIGEN_STRONG_INLINE
std::complex< double > | internal::pfirst< Packet1cd > (const Packet1cd &a) |
template<> |
EIGEN_STRONG_INLINE
std::complex< float > | internal::pfirst< Packet2cf > (const Packet2cf &a) |
template<> |
EIGEN_STRONG_INLINE Packet1cd | internal::pload< Packet1cd > (const std::complex< double > *from) |
template<> |
EIGEN_STRONG_INLINE Packet2cf | internal::pload< Packet2cf > (const std::complex< float > *from) |
template<> |
EIGEN_STRONG_INLINE Packet1cd | internal::ploaddup< Packet1cd > (const std::complex< double > *from) |
template<> |
EIGEN_STRONG_INLINE Packet2cf | internal::ploaddup< Packet2cf > (const std::complex< float > *from) |
template<> |
EIGEN_STRONG_INLINE Packet1cd | internal::ploadu< Packet1cd > (const std::complex< double > *from) |
template<> |
EIGEN_STRONG_INLINE Packet2cf | internal::ploadu< Packet2cf > (const std::complex< float > *from) |
template<> |
EIGEN_STRONG_INLINE Packet1cd | internal::pmul< Packet1cd > (const Packet1cd &a, const Packet1cd &b) |
template<> |
EIGEN_STRONG_INLINE Packet2cf | internal::pmul< Packet2cf > (const Packet2cf &a, const Packet2cf &b) |
template<> |
EIGEN_STRONG_INLINE Packet2cf | internal::pnegate (const Packet2cf &a) |
template<> |
EIGEN_STRONG_INLINE Packet1cd | internal::pnegate (const Packet1cd &a) |
template<> |
EIGEN_STRONG_INLINE Packet1cd | internal::por< Packet1cd > (const Packet1cd &a, const Packet1cd &b) |
template<> |
EIGEN_STRONG_INLINE Packet2cf | internal::por< Packet2cf > (const Packet2cf &a, const Packet2cf &b) |
template<> |
EIGEN_STRONG_INLINE
std::complex< double > | internal::predux< Packet1cd > (const Packet1cd &a) |
template<> |
EIGEN_STRONG_INLINE
std::complex< float > | internal::predux< Packet2cf > (const Packet2cf &a) |
template<> |
EIGEN_STRONG_INLINE
std::complex< double > | internal::predux_mul< Packet1cd > (const Packet1cd &a) |
template<> |
EIGEN_STRONG_INLINE
std::complex< float > | internal::predux_mul< Packet2cf > (const Packet2cf &a) |
template<> |
EIGEN_STRONG_INLINE Packet1cd | internal::preduxp< Packet1cd > (const Packet1cd *vecs) |
template<> |
EIGEN_STRONG_INLINE Packet2cf | internal::preduxp< Packet2cf > (const Packet2cf *vecs) |
template<> |
EIGEN_STRONG_INLINE void | internal::prefetch< std::complex< double > > (const std::complex< double > *addr) |
template<> |
EIGEN_STRONG_INLINE void | internal::prefetch< std::complex< float > > (const std::complex< float > *addr) |
template<> |
EIGEN_STRONG_INLINE Packet2cf | internal::preverse (const Packet2cf &a) |
template<> |
EIGEN_STRONG_INLINE Packet1cd | internal::preverse (const Packet1cd &a) |
template<> |
EIGEN_STRONG_INLINE Packet1cd | internal::pset1< Packet1cd > (const std::complex< double > &from) |
template<> |
EIGEN_STRONG_INLINE Packet2cf | internal::pset1< Packet2cf > (const std::complex< float > &from) |
template<> |
EIGEN_STRONG_INLINE void | internal::pstore< std::complex< double > > (std::complex< double > *to, const Packet1cd &from) |
template<> |
EIGEN_STRONG_INLINE void | internal::pstore< std::complex< float > > (std::complex< float > *to, const Packet2cf &from) |
template<> |
EIGEN_STRONG_INLINE void | internal::pstoreu< std::complex< double > > (std::complex< double > *to, const Packet1cd &from) |
template<> |
EIGEN_STRONG_INLINE void | internal::pstoreu< std::complex< float > > (std::complex< float > *to, const Packet2cf &from) |
template<> |
EIGEN_STRONG_INLINE Packet1cd | internal::psub< Packet1cd > (const Packet1cd &a, const Packet1cd &b) |
template<> |
EIGEN_STRONG_INLINE Packet2cf | internal::psub< Packet2cf > (const Packet2cf &a, const Packet2cf &b) |
template<> |
EIGEN_STRONG_INLINE Packet1cd | internal::pxor< Packet1cd > (const Packet1cd &a, const Packet1cd &b) |
template<> |
EIGEN_STRONG_INLINE Packet2cf | internal::pxor< Packet2cf > (const Packet2cf &a, const Packet2cf &b) |