MOAB
4.9.3pre
|
#include <Complex.h>
Public Member Functions | |
EIGEN_STRONG_INLINE | Packet4cf () |
EIGEN_STRONG_INLINE | Packet4cf (const __m256 &a) |
Public Attributes | |
__m256 | v |
Definition at line 18 of file AVX/Complex.h.
EIGEN_STRONG_INLINE Eigen::internal::Packet4cf::Packet4cf | ( | ) | [inline] |
Definition at line 20 of file AVX/Complex.h.
{}
EIGEN_STRONG_INLINE Eigen::internal::Packet4cf::Packet4cf | ( | const __m256 & | a | ) | [inline, explicit] |
Definition at line 21 of file AVX/Complex.h.
: v(a) {}
Definition at line 22 of file AVX/Complex.h.