Class FFT

Inheritance Relationships

Derived Types

Class Documentation

class FFT

Subclassed by cufft::FFT1D< T >, cufft::FFT2D< T >

Public Functions

FFT() = default
FFT &operator=(FFT&) = delete
FFT(FFT&) = delete
inline FFT &operator=(FFT &&other) noexcept
inline FFT(FFT &&other) noexcept
inline ~FFT()
inline void setStream(cu::Stream &stream)
inline void execute(cu::DeviceMemory &in, cu::DeviceMemory &out, int direction)

Protected Functions

inline void checkCuFFTCall(cufftResult result)
inline cufftHandle *plan()