Skip to content

Function ::kfr_dft_real_get_temp_size_f64

function kfr_dft_real_get_temp_size_f64(KFR_DFT_REAL_PLAN_F64 *) capi

size_t kfr_dft_real_get_temp_size_f64(KFR_DFT_REAL_PLAN_F64* plan)

Returns the temporary (scratch) buffer size required by the real DFT plan (double precision).

Parameters
plan Pointer to the DFT plan.
Returns
Temporary buffer size in bytes.

Note

Preallocating a byte buffer of the returned size and passing its pointer to kfr_dft_real_execute_f64 and kfr_dft_real_execute_inverse_f64 may improve performance.

Fully qualified name: kfr_dft_real_get_temp_size_f64(KFR_DFT_REAL_PLAN_F64 *)

Declared at capi.h:654

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