5 namespace isce3 {
namespace cuda {
namespace fft {
39 FwdFFTPlan<T> planfft1d(
thrust::complex<T> * out, T * in,
const int (&dims)[2],
int axis);
90 InvFFTPlan<T> planifft1d(T * out,
thrust::complex<T> * in,
const int (&dims)[2],
int axis);
207 #define ISCE_CUDA_FFT_FFT_ICC
209 #undef ISCE_CUDA_FFT_FFT_ICC