fftw_plan_many_dft Interface

interface
public function fftw_plan_many_dft(rank, n, howmany, in, inembed, istride, idist, out, onembed, ostride, odist, sign, flags) bind(C)

Arguments

Type IntentOptional Attributes Name
integer(kind=c_int), value :: rank
integer(kind=c_int) :: n(*)
integer(kind=c_int), value :: howmany
type(c_ptr), value :: in
integer(kind=c_int) :: inembed(*)
integer(kind=c_int), value :: istride
integer(kind=c_int), value :: idist
type(c_ptr), value :: out
integer(kind=c_int) :: onembed(*)
integer(kind=c_int), value :: ostride
integer(kind=c_int), value :: odist
integer(kind=C_INT), value :: sign
integer(kind=c_int), value :: flags

Return Value type(c_ptr)

Description

Creates C2C plan, double precision.