|
MOAB
4.9.3pre
|
#include <Complex.h>
Public Member Functions | |
| EIGEN_STRONG_INLINE | Packet1cd () |
| EIGEN_STRONG_INLINE | Packet1cd (const __m128d &a) |
Public Attributes | |
| __m128d | v |
Definition at line 265 of file SSE/Complex.h.
| EIGEN_STRONG_INLINE Eigen::internal::Packet1cd::Packet1cd | ( | ) | [inline] |
Definition at line 267 of file SSE/Complex.h.
{}
| EIGEN_STRONG_INLINE Eigen::internal::Packet1cd::Packet1cd | ( | const __m128d & | a | ) | [inline, explicit] |
Definition at line 268 of file SSE/Complex.h.
: v(a) {}
| __m128d Eigen::internal::Packet1cd::v |
Definition at line 269 of file SSE/Complex.h.