Class FFT

Inheritance Relationships

Derived Types

Class Documentation

class FFT

Subclassed by cufft::FFT1D< T >, cufft::FFT1DC2R< T >, cufft::FFT1DR2C< 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) const
inline void execute(cu::DeviceMemory &in, cu::DeviceMemory &out, const int direction) const

Protected Functions

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