Eigen::MakeComplex< false > Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 40 of file TensorFFT.h.

Member Function Documentation

◆ operator()()

template<typename T >
std::complex<T> Eigen::MakeComplex< false >::operator() ( const std::complex< T > &  val) const
inline

Definition at line 43 of file TensorFFT.h.

43 { return val; }

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