function kfr_dft_create_2d_plan_f32(int, int) capi¶
KFR_DFT_PLAN_F32* kfr_dft_create_2d_plan_f32(size_t size1, size_t size2) Create a 2D complex DFT plan (Single precision).
| size1 | Size of the first dimension. |
| size2 | Size of the second dimension. |
Pointer to the created 2D DFT plan. Use kfr_dft_delete_plan_f** to free. |
Defined at capi.h:215