#include <Complex.h>
Public Member Functions | |
EIGEN_STRONG_INLINE | Packet2cf () |
EIGEN_STRONG_INLINE | Packet2cf (const __m128 &a) |
EIGEN_STRONG_INLINE | Packet2cf () |
EIGEN_STRONG_INLINE | Packet2cf (const Packet4f &a) |
EIGEN_STRONG_INLINE | Packet2cf () |
EIGEN_STRONG_INLINE | Packet2cf (const Packet4f &a) |
EIGEN_STRONG_INLINE | Packet2cf () |
EIGEN_STRONG_INLINE | Packet2cf (const Packet4f &a) |
Public Attributes | |
union { | |
Packet1cd cd [2] | |
Packet4f v | |
}; | |
__m128 | v |
Packet4f | v |
Definition at line 30 of file AltiVec/Complex.h.
|
inlineexplicit |
Definition at line 32 of file AltiVec/Complex.h.
|
inlineexplicit |
Definition at line 33 of file AltiVec/Complex.h.
|
inline |
Definition at line 37 of file NEON/Complex.h.
|
inlineexplicit |
Definition at line 38 of file NEON/Complex.h.
|
inline |
Definition at line 20 of file SSE/Complex.h.
|
inlineexplicit |
Definition at line 21 of file SSE/Complex.h.
|
inline |
Definition at line 30 of file ZVector/Complex.h.
|
inlineexplicit |
Definition at line 31 of file ZVector/Complex.h.
union { ... } |
Packet1cd Eigen::internal::Packet2cf::cd[2] |
Definition at line 34 of file ZVector/Complex.h.
__m128 Eigen::internal::Packet2cf::v |
Definition at line 22 of file SSE/Complex.h.
Packet4f Eigen::internal::Packet2cf::v |
Definition at line 34 of file AltiVec/Complex.h.