24 #ifndef SKA_CHEETAH_DATA_COMPLEXTYPETRAITS_H 25 #define SKA_CHEETAH_DATA_COMPLEXTYPETRAITS_H 27 #include "cheetah/utils/Architectures.h" 28 #include "cheetah/cuda_utils/cuda_thrust.h" 37 template <
typename Arch,
typename T>
48 typedef std::complex<T> type;
58 typedef thrust::complex<T> type;
65 typedef std::complex<T> type;
73 #endif // SKA_CHEETAH_DATA_COMPLEXTYPETRAITS_H A helper class to determine the type of complex data for different architectures. ...
Some limits and constants for FLDO.