Skip to content

Function ::kfr_dct_get_size_f64

function kfr_dct_get_size_f64(KFR_DCT_PLAN_F64 *) capi

size_t kfr_dct_get_size_f64(KFR_DCT_PLAN_F64* plan)

Returns the size of a DCT plan.

Parameters
plan Pointer to the DCT plan.
Returns
Size of the DCT as passed to kfr_dct_create_plan_f64 .

Fully qualified name: kfr_dct_get_size_f64(KFR_DCT_PLAN_F64 *)

Declared at capi.h:780

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