hipfftexecc2r Interface Reference

hipfftexecc2r Interface Reference#

HIPFORT API Reference: hipfort_hipfft::hipfftexecc2r Interface Reference
hipfort_hipfft::hipfftexecc2r Interface Reference

Execute a (float) complex-to-real FFT. More...

Public Member Functions

integer(kind(hipfft_success)) function hipfftexecc2r_ (plan, idata, odata)
 
integer(kind(hipfft_success)) function hipfftexecc2r_rank_0 (plan, idata, odata)
 
integer(kind(hipfft_success)) function hipfftexecc2r_rank_1 (plan, idata, odata)
 
integer(kind(hipfft_success)) function hipfftexecc2r_rank_2 (plan, idata, odata)
 
integer(kind(hipfft_success)) function hipfftexecc2r_rank_3 (plan, idata, odata)
 

Detailed Description

Execute a (float) complex-to-real FFT.

If the input and output buffers are equal, an in-place transform is performed.

Parameters
planThe FFT plan.
idataInput data (on device).
odataOutput data (on device).

Member Function/Subroutine Documentation

◆ hipfftexecc2r_()

integer(kind(hipfft_success)) function hipfort_hipfft::hipfftexecc2r::hipfftexecc2r_ ( type(c_ptr), value  plan,
type(c_ptr), value  idata,
type(c_ptr), value  odata 
)

◆ hipfftexecc2r_rank_0()

integer(kind(hipfft_success)) function hipfort_hipfft::hipfftexecc2r::hipfftexecc2r_rank_0 ( type(c_ptr)  plan,
complex(c_float_complex), target  idata,
real(c_float), target  odata 
)

◆ hipfftexecc2r_rank_1()

integer(kind(hipfft_success)) function hipfort_hipfft::hipfftexecc2r::hipfftexecc2r_rank_1 ( type(c_ptr)  plan,
complex(c_float_complex), dimension(:), target  idata,
real(c_float), dimension(:), target  odata 
)

◆ hipfftexecc2r_rank_2()

integer(kind(hipfft_success)) function hipfort_hipfft::hipfftexecc2r::hipfftexecc2r_rank_2 ( type(c_ptr), value  plan,
complex(c_float_complex), dimension(:,:), target  idata,
real(c_float), dimension(:,:), target  odata 
)

◆ hipfftexecc2r_rank_3()

integer(kind(hipfft_success)) function hipfort_hipfft::hipfftexecc2r::hipfftexecc2r_rank_3 ( type(c_ptr), value  plan,
complex(c_float_complex), dimension(:,:,:), target  idata,
real(c_float), dimension(:,:,:), target  odata 
)

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