function kfr_dft_real_create_plan_f64(size_t, KFR_DFT_PACK_FORMAT) 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 real DFT plan (Double precision).
| size | Size of the real DFT. Must be even. |
| pack_format | Packing format for the DFT. |
Pointer to the created DFT plan. Use kfr_dft_real_delete_plan_f** to free. |
Defined at capi.h:396