fftw_execute_dft_r2c Interface

interface
public subroutine fftw_execute_dft_r2c(p, in, out) bind(C, name="0")

Arguments

Type IntentOptional AttributesName
type(C_PTR), value:: p
real(kind=C_DOUBLE), intent(inout), dimension(*):: in
complex(kind=C_DOUBLE_COMPLEX), intent(out), dimension(*):: out