Eigen::internal::Packet4cd Struct Reference

#include <Complex.h>

Public Member Functions

EIGEN_STRONG_INLINE Packet4cd ()
 
EIGEN_STRONG_INLINE Packet4cd (const __m512d &a)
 

Public Attributes

__m512d v
 

Constructor & Destructor Documentation

◆ Packet4cd() [1/2]

EIGEN_STRONG_INLINE Eigen::internal::Packet4cd::Packet4cd ( )
inline
208 {}

◆ Packet4cd() [2/2]

EIGEN_STRONG_INLINE Eigen::internal::Packet4cd::Packet4cd ( const __m512d &  a)
inlineexplicit
209 : v(a) {}
const Scalar * a
Definition: level2_cplx_impl.h:32
__m512d v
Definition: AVX512/Complex.h:210

Member Data Documentation

◆ v

__m512d Eigen::internal::Packet4cd::v

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