Fourier Transform Functions¶
onemkl::dft::Descriptor<onemkl::dft::Precision, onemkl::dft::Domain> Creates an empty descriptor for the templated precision and forward domain.
onemkl::dft::Descriptor<onemkl::dft::Precision, onemkl::dft::Domain>::Init Allocates the descriptor data structure and initializes it with default configuration values.
onemkl::dft::Descriptor<onemkl::dft::Precision, onemkl::dft::Domain>::setValue Sets one particular configuration parameter with the specified configuration value.
onemkl::dft::Descriptor<onemkl::dft::Precision, onemkl::dft::Domain>::getValue Gets the configuration value of one particular configuration parameter.
onemkl::dft::Descriptor<onemkl::dft::Precision, onemkl::dft::Domain>::commit Performs all initialization for the actual FFT computation.
onemkl::dft::Descriptor<onemkl::dft::Precision, onemkl::dft::Domain>::computeForward<typename IOType> Computes the forward FFT.
onemkl::dft::Descriptor<onemkl::dft::Precision, onemkl::dft::Domain>::computeBackward<typename IOType> Computes the backward FFT.
Parent topic: oneMKL Domains