27#ifndef math_templateCuda_hpp
28#define math_templateCuda_hpp
32#include <cuda_runtime.h>
40template <
typename realT>
46 typedef cuComplex cudaType;
52 typedef cuDoubleComplex cudaType;
55template <
typename cppType>
58 typedef cppType cudaType;
62struct cpp2cudaType<std::complex<float>>
64 typedef complex<float>::cudaType cudaType;
68struct cpp2cudaType<std::complex<double>>
70 typedef complex<double>::cudaType cudaType;