hipfftplan1d Interface Reference

hipfftplan1d Interface Reference#

HIPFORT API Reference: hipfort_hipfft::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]planPointer to the FFT plan handle.
[in]nxFFT length.
[in]typeFFT type.
[in]batchNumber 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: