Public Member Functions | Public Attributes | List of all members
Eigen::internal::Packet2cf Struct Reference

#include <Complex.h>

Public Member Functions

EIGEN_STRONG_INLINE Packet2cf conjugate (void) const
 
EIGEN_STRONG_INLINE Packet2cf operator* (const Packet2cf &b) const
 
EIGEN_STRONG_INLINE Packet2cf operator* (const Packet2cf &b) const
 
EIGEN_STRONG_INLINE Packet2cfoperator*= (const Packet2cf &b)
 
EIGEN_STRONG_INLINE Packet2cfoperator*= (const Packet2cf &b)
 
EIGEN_STRONG_INLINE Packet2cf operator+ (const Packet2cf &b) const
 
EIGEN_STRONG_INLINE Packet2cf operator+ (const Packet2cf &b) const
 
EIGEN_STRONG_INLINE Packet2cfoperator+= (const Packet2cf &b)
 
EIGEN_STRONG_INLINE Packet2cfoperator+= (const Packet2cf &b)
 
EIGEN_STRONG_INLINE Packet2cf operator- (const Packet2cf &b) const
 
EIGEN_STRONG_INLINE Packet2cf operator- (const Packet2cf &b) const
 
EIGEN_STRONG_INLINE Packet2cf operator- (void) const
 
EIGEN_STRONG_INLINE Packet2cf operator- (void) const
 
EIGEN_STRONG_INLINE Packet2cfoperator-= (const Packet2cf &b)
 
EIGEN_STRONG_INLINE Packet2cfoperator-= (const Packet2cf &b)
 
EIGEN_STRONG_INLINE Packet2cf operator/ (const Packet2cf &b) const
 
EIGEN_STRONG_INLINE Packet2cfoperator/= (const Packet2cf &b)
 
EIGEN_STRONG_INLINE Packet2cfoperator= (const Packet2cf &b)
 
EIGEN_STRONG_INLINE Packet2cf ()
 
EIGEN_STRONG_INLINE Packet2cf (const __m128 &a)
 
EIGEN_STRONG_INLINE Packet2cf ()
 
EIGEN_STRONG_INLINE Packet2cf (const std::complex< float > &a, const std::complex< float > &b)
 
EIGEN_STRONG_INLINE Packet2cf (const Packet4f &a)
 
EIGEN_STRONG_INLINE Packet2cf ()
 
EIGEN_STRONG_INLINE Packet2cf (const Packet2cf &a)
 
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 Packet4f &a)
 
EIGEN_STRONG_INLINE Packet2cf pmul (const Packet2cf &a, const Packet2cf &b)
 

Public Attributes

union {
   Packet1cd   cd [2]
 
   Packet4f   v
 
}; 
 
Packet4f v
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Packet2cf() [1/12]

EIGEN_STRONG_INLINE Eigen::internal::Packet2cf::Packet2cf ( )
inlineexplicit

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

◆ Packet2cf() [2/12]

EIGEN_STRONG_INLINE Eigen::internal::Packet2cf::Packet2cf ( const Packet4f a)
inlineexplicit

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

◆ Packet2cf() [3/12]

EIGEN_STRONG_INLINE Eigen::internal::Packet2cf::Packet2cf ( )
inline

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

◆ Packet2cf() [4/12]

EIGEN_STRONG_INLINE Eigen::internal::Packet2cf::Packet2cf ( const std::complex< float > &  a,
const std::complex< float > &  b 
)
inlineexplicit

Definition at line 26 of file MSA/Complex.h.

◆ Packet2cf() [5/12]

EIGEN_STRONG_INLINE Eigen::internal::Packet2cf::Packet2cf ( const Packet4f a)
inlineexplicit

Definition at line 31 of file MSA/Complex.h.

◆ Packet2cf() [6/12]

EIGEN_STRONG_INLINE Eigen::internal::Packet2cf::Packet2cf ( const Packet2cf a)
inline

Definition at line 33 of file MSA/Complex.h.

◆ Packet2cf() [7/12]

EIGEN_STRONG_INLINE Eigen::internal::Packet2cf::Packet2cf ( )
inline

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

◆ Packet2cf() [8/12]

EIGEN_STRONG_INLINE Eigen::internal::Packet2cf::Packet2cf ( const Packet4f a)
inlineexplicit

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

◆ Packet2cf() [9/12]

EIGEN_STRONG_INLINE Eigen::internal::Packet2cf::Packet2cf ( )
inline

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

◆ Packet2cf() [10/12]

EIGEN_STRONG_INLINE Eigen::internal::Packet2cf::Packet2cf ( const __m128 &  a)
inlineexplicit

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

◆ Packet2cf() [11/12]

EIGEN_STRONG_INLINE Eigen::internal::Packet2cf::Packet2cf ( )
inline

Definition at line 34 of file ZVector/Complex.h.

◆ Packet2cf() [12/12]

EIGEN_STRONG_INLINE Eigen::internal::Packet2cf::Packet2cf ( const Packet4f a)
inlineexplicit

Definition at line 35 of file ZVector/Complex.h.

Member Function Documentation

◆ conjugate()

EIGEN_STRONG_INLINE Packet2cf Eigen::internal::Packet2cf::conjugate ( void  ) const
inline

Definition at line 39 of file MSA/Complex.h.

◆ operator*() [1/2]

EIGEN_STRONG_INLINE Packet2cf Eigen::internal::Packet2cf::operator* ( const Packet2cf b) const
inline

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

◆ operator*() [2/2]

EIGEN_STRONG_INLINE Packet2cf Eigen::internal::Packet2cf::operator* ( const Packet2cf b) const
inline

Definition at line 61 of file MSA/Complex.h.

◆ operator*=() [1/2]

EIGEN_STRONG_INLINE Packet2cf& Eigen::internal::Packet2cf::operator*= ( const Packet2cf b)
inline

Definition at line 42 of file MSA/Complex.h.

◆ operator*=() [2/2]

EIGEN_STRONG_INLINE Packet2cf& Eigen::internal::Packet2cf::operator*= ( const Packet2cf b)
inline

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

◆ operator+() [1/2]

EIGEN_STRONG_INLINE Packet2cf Eigen::internal::Packet2cf::operator+ ( const Packet2cf b) const
inline

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

◆ operator+() [2/2]

EIGEN_STRONG_INLINE Packet2cf Eigen::internal::Packet2cf::operator+ ( const Packet2cf b) const
inline

Definition at line 68 of file MSA/Complex.h.

◆ operator+=() [1/2]

EIGEN_STRONG_INLINE Packet2cf& Eigen::internal::Packet2cf::operator+= ( const Packet2cf b)
inline

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

◆ operator+=() [2/2]

EIGEN_STRONG_INLINE Packet2cf& Eigen::internal::Packet2cf::operator+= ( const Packet2cf b)
inline

Definition at line 64 of file MSA/Complex.h.

◆ operator-() [1/4]

EIGEN_STRONG_INLINE Packet2cf Eigen::internal::Packet2cf::operator- ( const Packet2cf b) const
inline

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

◆ operator-() [2/4]

EIGEN_STRONG_INLINE Packet2cf Eigen::internal::Packet2cf::operator- ( const Packet2cf b) const
inline

Definition at line 75 of file MSA/Complex.h.

◆ operator-() [3/4]

EIGEN_STRONG_INLINE Packet2cf Eigen::internal::Packet2cf::operator- ( void  ) const
inline

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

◆ operator-() [4/4]

EIGEN_STRONG_INLINE Packet2cf Eigen::internal::Packet2cf::operator- ( void  ) const
inline

Definition at line 88 of file MSA/Complex.h.

◆ operator-=() [1/2]

EIGEN_STRONG_INLINE Packet2cf& Eigen::internal::Packet2cf::operator-= ( const Packet2cf b)
inline

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

◆ operator-=() [2/2]

EIGEN_STRONG_INLINE Packet2cf& Eigen::internal::Packet2cf::operator-= ( const Packet2cf b)
inline

Definition at line 71 of file MSA/Complex.h.

◆ operator/()

EIGEN_STRONG_INLINE Packet2cf Eigen::internal::Packet2cf::operator/ ( const Packet2cf b) const
inline

Definition at line 85 of file MSA/Complex.h.

◆ operator/=()

EIGEN_STRONG_INLINE Packet2cf& Eigen::internal::Packet2cf::operator/= ( const Packet2cf b)
inline

Definition at line 78 of file MSA/Complex.h.

◆ operator=()

EIGEN_STRONG_INLINE Packet2cf& Eigen::internal::Packet2cf::operator= ( const Packet2cf b)
inline

Definition at line 35 of file MSA/Complex.h.

◆ pmul()

EIGEN_STRONG_INLINE Packet2cf Eigen::internal::Packet2cf::pmul ( const Packet2cf a,
const Packet2cf b 
)
inline

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

Member Data Documentation

◆ @286

union { ... }

◆ cd

Packet1cd Eigen::internal::Packet2cf::cd[2]

Definition at line 39 of file ZVector/Complex.h.

◆ v

Packet4f Eigen::internal::Packet2cf::v

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


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:45:01