Skip to content

Function ::kfr_dft_create_plan_f64

function kfr_dft_create_plan_f64(size_t) capi

KFR_DFT_PLAN_F64* kfr_dft_create_plan_f64(size_t size)

Creates a complex DFT plan (double precision).

Parameters
size Size of the DFT.
Returns
Pointer to the created DFT plan, or NULL on failure. Use kfr_dft_delete_plan_f64 to free.

Fully qualified name: kfr_dft_create_plan_f64(size_t)

Declared at capi.h:339

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.