Eigen::internal::Packet1cf Struct Reference

#include <Complex.h>

Public Member Functions

EIGEN_STRONG_INLINE Packet1cf ()
 
EIGEN_STRONG_INLINE Packet1cf (const Packet2f &a)
 

Public Attributes

Packet2f v
 

Constructor & Destructor Documentation

◆ Packet1cf() [1/2]

EIGEN_STRONG_INLINE Eigen::internal::Packet1cf::Packet1cf ( )
inline
40 {}

◆ Packet1cf() [2/2]

EIGEN_STRONG_INLINE Eigen::internal::Packet1cf::Packet1cf ( const Packet2f a)
inlineexplicit
41 : v(a) {}
const Scalar * a
Definition: level2_cplx_impl.h:32
Packet2f v
Definition: NEON/Complex.h:42

Member Data Documentation

◆ v

Packet2f Eigen::internal::Packet1cf::v

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