MOAB  4.9.3pre
Eigen::internal::Packet2cf Struct Reference

#include <Complex.h>

List of all members.

Public Member Functions

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 __m128 &a)

Public Attributes

Packet4f v
__m128 v

Detailed Description

Definition at line 27 of file AltiVec/Complex.h.


Constructor & Destructor Documentation

Definition at line 30 of file AltiVec/Complex.h.

: v(a) {}

Definition at line 23 of file NEON/Complex.h.

{}

Definition at line 24 of file NEON/Complex.h.

: v(a) {}

Definition at line 20 of file SSE/Complex.h.

{}
EIGEN_STRONG_INLINE Eigen::internal::Packet2cf::Packet2cf ( const __m128 &  a) [inline, explicit]

Definition at line 21 of file SSE/Complex.h.

: v(a) {}

Member Data Documentation

Definition at line 22 of file SSE/Complex.h.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines