Skip to content

Function ::kfr_dft_real_create_2d_plan_f64

function kfr_dft_real_create_2d_plan_f64(size_t, size_t, kfr_bool) capi

KFR_DFT_REAL_PLAN_F64* kfr_dft_real_create_2d_plan_f64(size_t size1, size_t size2,
                                                       kfr_bool real_out_is_enough)

Creates a 2D real DFT plan (double precision).

Parameters
size1 Size of the first dimension.
size2 Size of the second 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.
Returns
Pointer to the created 2D DFT plan, or NULL on failure. Use kfr_dft_real_delete_plan_f64 to free.

Fully qualified name: kfr_dft_real_create_2d_plan_f64(size_t, size_t, kfr_bool)

Declared at capi.h:572

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