Eigen::MakeComplex< true > Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 34 of file TensorFFT.h.

Member Function Documentation

◆ operator()()

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

Definition at line 37 of file TensorFFT.h.

37 { return std::complex<T>(val, 0); }

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