Skip to content

Function ::kfr_dft_real_create_md_plan_f32

function kfr_dft_real_create_md_plan_f32(size_t, const unsigned int *, kfr_bool) capi

KFR_DFT_REAL_PLAN_F32* kfr_dft_real_create_md_plan_f32(size_t dims, const unsigned* shape,
                                                       kfr_bool real_out_is_enough)

Creates an N-dimensional real DFT plan (single precision).

Parameters
dims Number of dimensions.
shape Array of sizes for each dimension.
real_out_is_enough If true, the inverse transform may write directly into the real output buffer without an extra complex working region, reducing the required scratch size.
Returns
Pointer to the created N-dimensional DFT plan, or NULL on failure. Use kfr_dft_real_delete_plan_f32 to free.

Fully qualified name: kfr_dft_real_create_md_plan_f32(size_t, const unsigned int *, kfr_bool)

Declared at capi.h:547

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.