Skip to content

function kfr_dft_get_size_f64(KFR_DFT_PLAN_F64 *) capi

__declspec(dllimport)
#endif
#else
#ifdef KFR_BUILDING_DLL
#define KFR_API_SPEC KFR_CDECL attribute((visibility("default")))
#else
#define KFR_API_SPEC KFR_CDECL
#endif
#endif

#ifdef __cplusplus
extern "C" { … }

Get 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_f**.

Defined at capi.h:290