Function ::kfr_dft_real_create_3d_plan_f64¶
function kfr_dft_real_create_3d_plan_f64(size_t, size_t, size_t, kfr_bool) capi¶
KFR_DFT_REAL_PLAN_F64* kfr_dft_real_create_3d_plan_f64(size_t size1, size_t size2, size_t size3,
kfr_bool real_out_is_enough) Creates a 3D real DFT plan (double precision).
| size1 | Size of the first dimension. |
| size2 | Size of the second dimension. |
| size3 | Size of the third dimension. |
| real_out_is_enough | If true, the inverse transform may write directly into the real output buffer without an extra complex working region, reducing the required scratch size. |
Pointer to the created 3D DFT plan, or NULL on failure. Use kfr_dft_real_delete_plan_f64 to free. |
Fully qualified name: kfr_dft_real_create_3d_plan_f64(size_t, size_t, size_t, kfr_bool)
Declared at capi.h:586
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.