Function ::kfr_dft_real_get_size_f64¶
function kfr_dft_real_get_size_f64(KFR_DFT_REAL_PLAN_F64 *) capi¶
size_t kfr_dft_real_get_size_f64(KFR_DFT_REAL_PLAN_F64* plan) Returns the size of a real DFT plan.
| plan | Pointer to the DFT plan. |
Size of the DFT as passed to kfr_dft_real_create_plan_f64 . |
Fully qualified name: kfr_dft_real_get_size_f64(KFR_DFT_REAL_PLAN_F64 *)
Declared at capi.h:630
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.