Eigen::internal::Packet2cd Struct Reference

#include <Complex.h>

Public Member Functions

EIGEN_STRONG_INLINE Packet2cd ()
 
EIGEN_STRONG_INLINE Packet2cd (const __m256d &a)
 

Public Attributes

__m256d v
 

Constructor & Destructor Documentation

◆ Packet2cd() [1/2]

EIGEN_STRONG_INLINE Eigen::internal::Packet2cd::Packet2cd ( )
inline
226 {}

◆ Packet2cd() [2/2]

EIGEN_STRONG_INLINE Eigen::internal::Packet2cd::Packet2cd ( const __m256d &  a)
inlineexplicit
227 : v(a) {}
const Scalar * a
Definition: level2_cplx_impl.h:32
__m256d v
Definition: AVX/Complex.h:228

Member Data Documentation

◆ v

__m256d Eigen::internal::Packet2cd::v

The documentation for this struct was generated from the following file: