Eigen::internal::conj_if< true > Struct Reference

#include <ConjHelper.h>

Public Member Functions

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T operator() (const T &x) const
 
template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T pconj (const T &x) const
 

Member Function Documentation

◆ operator()()

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T Eigen::internal::conj_if< true >::operator() ( const T x) const
inline
47  {
48  return numext::conj(x);
49  }
AnnoyingScalar conj(const AnnoyingScalar &x)
Definition: AnnoyingScalar.h:133
list x
Definition: plotDoE.py:28

References conj(), and plotDoE::x.

◆ pconj()

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T Eigen::internal::conj_if< true >::pconj ( const T x) const
inline
51  {
52  return internal::pconj(x);
53  }
EIGEN_STRONG_INLINE Packet2cf pconj(const Packet2cf &a)
Definition: AltiVec/Complex.h:268

References Eigen::internal::pconj(), and plotDoE::x.


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