hipfftplan1d Interface Reference#
hipfort_hipfft::hipfftplan1d Interface Reference
Create a new one-dimensional FFT plan. More...
Public Member Functions | |
| integer(kind(hipfft_success)) function | hipfftplan1d_ (plan, nx, mytype, batch) |
Detailed Description
Create a new one-dimensional FFT plan.
Allocate and initialize a new one-dimensional FFT plan.
- Parameters
-
[out] plan - Pointer to the FFT plan handle. [in] nx - FFT length. [in] myType - FFT type. [in] batch - Number of batched transforms to compute.
Member Function/Subroutine Documentation
◆ hipfftplan1d_()
| integer(kind(hipfft_success)) function hipfort_hipfft::hipfftplan1d::hipfftplan1d_ | ( | type(c_ptr) | plan, |
| integer(c_int), value | nx, | ||
| integer(kind(hipfft_r2c)), value | mytype, | ||
| integer(c_int), value | batch | ||
| ) |
The documentation for this interface was generated from the following file: