1#ifndef PRDC_CUDA_TYPES_H
2#define PRDC_CUDA_TYPES_H
9#define DOUBLE_PRECISION
18 #ifdef SINGLE_PRECISION
20 typedef cufftComplex cudaComplex;
22 #ifdef DOUBLE_PRECISION
24 typedef cufftDoubleComplex cudaComplex;
31 #ifdef SINGLE_PRECISION
32 typedef cufftReal
Real;
33 typedef cufftReal cudaReal;
35 #ifdef DOUBLE_PRECISION
36 typedef cufftDoubleReal
Real;
37 typedef cufftDoubleReal cudaReal;
double Real
Real number type used in CPU code that uses FFTW.
fftw_complex Complex
Complex number type used in CPU code that uses FFTW.
PSCF package top-level namespace.