MOAB
4.9.3pre
|
#include <Complex.h>
Public Member Functions | |
EIGEN_STRONG_INLINE | Packet2cd () |
EIGEN_STRONG_INLINE | Packet2cd (const __m256d &a) |
Public Attributes | |
__m256d | v |
Definition at line 240 of file AVX/Complex.h.
EIGEN_STRONG_INLINE Eigen::internal::Packet2cd::Packet2cd | ( | ) | [inline] |
Definition at line 242 of file AVX/Complex.h.
{}
EIGEN_STRONG_INLINE Eigen::internal::Packet2cd::Packet2cd | ( | const __m256d & | a | ) | [inline, explicit] |
Definition at line 243 of file AVX/Complex.h.
: v(a) {}
__m256d Eigen::internal::Packet2cd::v |
Definition at line 244 of file AVX/Complex.h.