|
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) |
|
◆ 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: