Skip to content

Function ::kfr_dft_get_size_f32

function kfr_dft_get_size_f32(KFR_DFT_PLAN_F32 *) capi

size_t kfr_dft_get_size_f32(KFR_DFT_PLAN_F32* plan)

Returns the size of the DFT plan, in complex numbers.

Parameters
plan Pointer to the DFT plan.
Returns
Size of the DFT plan as passed to kfr_dft_create_plan_f32 .

Fully qualified name: kfr_dft_get_size_f32(KFR_DFT_PLAN_F32 *)

Declared at capi.h:392

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