fftw_plan_dft_c2r Interface

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

Arguments

Type IntentOptional AttributesName
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)