function kfr_dft_create_md_plan_f64(int, const unsigned int *) capi¶
KFR_DFT_PLAN_F64* kfr_dft_create_md_plan_f64(size_t dims, const unsigned* shape) Create an N-dimensional complex DFT plan (Double precision).
| dims | Number of dimensions. |
| shape | Array of sizes for each dimension. |
Pointer to the created N-dimensional DFT plan. Use kfr_dft_delete_plan_f** to free. |
Defined at capi.h:264