Eigen::MakeComplex< true > Struct Reference

#include <TensorFFT.h>

Public Member Functions

template<typename T >
EIGEN_DEVICE_FUNC std::complex< Toperator() (const T &val) const
 

Member Function Documentation

◆ operator()()

template<typename T >
EIGEN_DEVICE_FUNC std::complex<T> Eigen::MakeComplex< true >::operator() ( const T val) const
inline
40  {
41  return std::complex<T>(val, 0);
42  }
val
Definition: calibrate.py:119

References calibrate::val.


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