hipfftestimate2d Interface Reference#
hipfort_hipfft::hipfftestimate2d Interface Reference
Return an estimate of the work area size required for a 2D plan. More...
Public Member Functions | |
integer(kind(hipfft_success)) function | hipfftestimate2d_ (nx, ny, myType, workSize) |
integer(kind(hipfft_success)) function | hipfftestimate2d_rank_0 (nx, ny, myType, workSize) |
integer(kind(hipfft_success)) function | hipfftestimate2d_rank_1 (nx, ny, myType, workSize) |
Detailed Description
Return an estimate of the work area size required for a 2D plan.
- Parameters
-
[in] nx Number of elements in the x-direction. [in] ny Number of elements in the y-direction. [in] type FFT type. [out] workSize Pointer to work area size (returned value).
Member Function/Subroutine Documentation
◆ hipfftestimate2d_()
integer(kind(hipfft_success)) function hipfort_hipfft::hipfftestimate2d::hipfftestimate2d_ | ( | integer(c_int), value | nx, |
integer(c_int), value | ny, | ||
integer(kind(hipfft_r2c)), value | myType, | ||
type(c_ptr), value | workSize | ||
) |
◆ hipfftestimate2d_rank_0()
integer(kind(hipfft_success)) function hipfort_hipfft::hipfftestimate2d::hipfftestimate2d_rank_0 | ( | integer(c_int) | nx, |
integer(c_int) | ny, | ||
integer(kind(hipfft_r2c)) | myType, | ||
integer(c_size_t), target | workSize | ||
) |
◆ hipfftestimate2d_rank_1()
integer(kind(hipfft_success)) function hipfort_hipfft::hipfftestimate2d::hipfftestimate2d_rank_1 | ( | integer(c_int) | nx, |
integer(c_int) | ny, | ||
integer(kind(hipfft_r2c)) | myType, | ||
integer(c_size_t), dimension(:), target | workSize | ||
) |
The documentation for this interface was generated from the following file: