Skip to content

function kfr_dft_create_2d_plan_f64(size_t, size_t) 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" { … }

Create a 2D complex DFT plan (Double precision).

Parameters
size1 Size of the first dimension.
size2 Size of the second dimension.
Returns
Pointer to the created 2D DFT plan. Use kfr_dft_delete_plan_f** to free.

Defined at capi.h:247