Function fftw_sys::fftwf_plan_many_r2r [] [src]

pub unsafe extern "C" fn fftwf_plan_many_r2r(
    rank: c_int,
    n: *const c_int,
    howmany: c_int,
    in_: *mut f32,
    inembed: *const c_int,
    istride: c_int,
    idist: c_int,
    out: *mut f32,
    onembed: *const c_int,
    ostride: c_int,
    odist: c_int,
    kind: *const fftwf_r2r_kind,
    flags: c_uint
) -> fftwf_plan