Eigen::internal::Packet8cf Struct Reference

#include <Complex.h>

Public Member Functions

EIGEN_STRONG_INLINE Packet8cf ()
 
EIGEN_STRONG_INLINE Packet8cf (const __m512 &a)
 

Public Attributes

__m512 v
 

Constructor & Destructor Documentation

◆ Packet8cf() [1/2]

EIGEN_STRONG_INLINE Eigen::internal::Packet8cf::Packet8cf ( )
inline
22 {}

◆ Packet8cf() [2/2]

EIGEN_STRONG_INLINE Eigen::internal::Packet8cf::Packet8cf ( const __m512 &  a)
inlineexplicit
23 : v(a) {}
const Scalar * a
Definition: level2_cplx_impl.h:32
__m512 v
Definition: AVX512/Complex.h:24

Member Data Documentation

◆ v

__m512 Eigen::internal::Packet8cf::v

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