hipfftplan3d Interface Reference

hipfftplan3d Interface Reference#

HIPFORT API Reference: hipfort_hipfft::hipfftplan3d Interface Reference
hipfort_hipfft::hipfftplan3d Interface Reference

Create a new three-dimensional FFT plan. More...

Public Member Functions

integer(kind(hipfft_success)) function hipfftplan3d_ (plan, nx, ny, nz, mytype)
 

Detailed Description

Create a new three-dimensional FFT plan.

Allocate and initialize a new three-dimensional FFT plan. Three-dimensional data should be stored in C ordering (row-major format), so that indexes in z-direction (k index) vary the fastest.

Parameters
[out]plan- Pointer to the FFT plan handle.
[in]nx- Number of elements in the x-direction (slowest index).
[in]ny- Number of elements in the y-direction.
[in]nz- Number of elements in the z-direction (fastest index).
[in]myType- FFT type.

Member Function/Subroutine Documentation

◆ hipfftplan3d_()

integer(kind(hipfft_success)) function hipfort_hipfft::hipfftplan3d::hipfftplan3d_ ( type(c_ptr)  plan,
integer(c_int), value  nx,
integer(c_int), value  ny,
integer(c_int), value  nz,
integer(kind(hipfft_r2c)), value  mytype 
)

The documentation for this interface was generated from the following file: