fftw_plan_dft_c2r Interface

interface
private function fftw_plan_dft_c2r(rank, n, in, out, flags) bind(C, name='fftw_plan_dft_c2r')

Arguments

Type IntentOptional Attributes Name
integer(kind=C_INT), value :: rank
integer(kind=C_INT), intent(in), dimension(*) :: n
complex(kind=C_DOUBLE_COMPLEX), intent(out), dimension(*) :: in
real(kind=C_DOUBLE), intent(out), dimension(*) :: out
integer(kind=C_INT), value :: flags

Return Value type(c_ptr)