Eigen::MakeComplex< false > Struct Reference

#include <TensorFFT.h>

Public Member Functions

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

Member Function Documentation

◆ operator()()

template<typename T >
EIGEN_DEVICE_FUNC std::complex<T> Eigen::MakeComplex< false >::operator() ( const std::complex< T > &  val) const
inline
48  {
49  return val;
50  }
val
Definition: calibrate.py:119

References calibrate::val.


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