hipfftexecr2c Interface Reference#
hipfort_hipfft::hipfftexecr2c Interface Reference
Execute a (float) real-to-complex FFT. More...
Public Member Functions | |
integer(kind(hipfft_success)) function | hipfftexecr2c_ (plan, idata, odata) |
integer(kind(hipfft_success)) function | hipfftexecr2c_rank_0 (plan, idata, odata) |
integer(kind(hipfft_success)) function | hipfftexecr2c_rank_1 (plan, idata, odata) |
integer(kind(hipfft_success)) function | hipfftexecr2c_rank_2 (plan, idata, odata) |
integer(kind(hipfft_success)) function | hipfftexecr2c_rank_3 (plan, idata, odata) |
Detailed Description
Execute a (float) real-to-complex FFT.
If the input and output buffers are equal, an in-place transform is performed.
- Parameters
-
plan The FFT plan. idata Input data (on device). odata Output data (on device).
Member Function/Subroutine Documentation
◆ hipfftexecr2c_()
integer(kind(hipfft_success)) function hipfort_hipfft::hipfftexecr2c::hipfftexecr2c_ | ( | type(c_ptr), value | plan, |
type(c_ptr), value | idata, | ||
type(c_ptr), value | odata | ||
) |
◆ hipfftexecr2c_rank_0()
integer(kind(hipfft_success)) function hipfort_hipfft::hipfftexecr2c::hipfftexecr2c_rank_0 | ( | type(c_ptr) | plan, |
real(c_float), target | idata, | ||
complex(c_float_complex), target | odata | ||
) |
◆ hipfftexecr2c_rank_1()
integer(kind(hipfft_success)) function hipfort_hipfft::hipfftexecr2c::hipfftexecr2c_rank_1 | ( | type(c_ptr) | plan, |
real(c_float), dimension(:), target | idata, | ||
complex(c_float_complex), dimension(:), target | odata | ||
) |
◆ hipfftexecr2c_rank_2()
integer(kind(hipfft_success)) function hipfort_hipfft::hipfftexecr2c::hipfftexecr2c_rank_2 | ( | type(c_ptr), value | plan, |
real(c_float), dimension(:,:), target | idata, | ||
complex(c_float_complex), dimension(:,:), target | odata | ||
) |
◆ hipfftexecr2c_rank_3()
integer(kind(hipfft_success)) function hipfort_hipfft::hipfftexecr2c::hipfftexecr2c_rank_3 | ( | type(c_ptr), value | plan, |
real(c_float), dimension(:,:,:), target | idata, | ||
complex(c_float_complex), dimension(:,:,:), target | odata | ||
) |
The documentation for this interface was generated from the following file: