|
static auto constexpr | plan_many_dft = fftwf_plan_many_dft |
|
static auto constexpr | destroy_plan = fftwf_destroy_plan |
|
static auto constexpr | execute_dft = fftwf_execute_dft |
|
static auto constexpr | malloc = fftwf_malloc |
|
static auto constexpr | free = fftwf_free |
|
Definition at line 84 of file fft.cpp.
◆ complex
using fft::fftw< float >::complex = fftwf_complex |
◆ destroy_plan
auto constexpr fft::fftw< float >::destroy_plan = fftwf_destroy_plan |
|
staticconstexpr |
◆ execute_dft
auto constexpr fft::fftw< float >::execute_dft = fftwf_execute_dft |
|
staticconstexpr |
◆ free
auto constexpr fft::fftw< float >::free = fftwf_free |
|
staticconstexpr |
◆ malloc
auto constexpr fft::fftw< float >::malloc = fftwf_malloc |
|
staticconstexpr |
◆ plan_many_dft
auto constexpr fft::fftw< float >::plan_many_dft = fftwf_plan_many_dft |
|
staticconstexpr |
The documentation for this struct was generated from the following file: