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

#include <ConjHelper.h>

Public Member Functions

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Toperator() (const T &x) const
 
template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Tpconj (const T &x) const
 

Member Function Documentation

◆ operator()()

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const T& Eigen::internal::conj_if< false >::operator() ( const T x) const
inline
59  {
60  return x;
61  }
list x
Definition: plotDoE.py:28

References plotDoE::x.

◆ pconj()

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const T& Eigen::internal::conj_if< false >::pconj ( const T x) const
inline
63  {
64  return x;
65  }

References plotDoE::x.


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