function kfr_dft_create_plan_f64(int) capi¶
KFR_DFT_PLAN_F64* kfr_dft_create_plan_f64(size_t size) Create a complex DFT plan (Double precision).
| size | Size of the DFT. |
Pointer to the created DFT plan. Use kfr_dft_delete_plan_f** to free. |
Defined at capi.h:239