Skip to content

Function ::kfr_dft_create_plan_f32

function kfr_dft_create_plan_f32(size_t) capi

KFR_DFT_PLAN_F32* kfr_dft_create_plan_f32(size_t size)

Creates a complex DFT plan (single precision).

Parameters
size Size of the DFT.
Returns
Pointer to the created DFT plan, or NULL on failure. Use kfr_dft_delete_plan_f32 to free.

Fully qualified name: kfr_dft_create_plan_f32(size_t)

Declared at capi.h:299

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