Skip to content

function kfr_dft_real_dump_f32(KFR_DFT_REAL_PLAN_F32 *) 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" { … }

Dump details of the real DFT plan to stdout for inspection.

Parameters
plan Pointer to the DFT plan.

Defined at capi.h:410