fftw_execute_dft Interface Reference#
hipfort_hipfftw::fftw_execute_dft Interface Reference
Computes the discrete Fourier transform that a double-precision plan captures using new input and output data buffers. More...
Public Member Functions | |
| subroutine | fftw_execute_dft_ (plan, in, out) |
Detailed Description
Computes the discrete Fourier transform that a double-precision plan captures using new input and output data buffers.
The plan must have been created for a complex transform.
- Parameters
-
[in] plan - the double-precision plan capturing the complex transform to compute; [in] in - pointer to a new input buffer for the transform; [out] out - pointer to a new output buffer for the transform.
Member Function/Subroutine Documentation
◆ fftw_execute_dft_()
| subroutine hipfort_hipfftw::fftw_execute_dft::fftw_execute_dft_ | ( | type(c_ptr), value | plan, |
| type(c_ptr), value | in, | ||
| type(c_ptr), value | out | ||
| ) |
The documentation for this interface was generated from the following file: