ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
fft::fftw< float > Struct Reference

Public Types

using complex = fftwf_complex
 

Static Public Attributes

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
 

Detailed Description

Definition at line 84 of file fft.cpp.

Member Typedef Documentation

◆ complex

using fft::fftw< float >::complex = fftwf_complex

Definition at line 85 of file fft.cpp.

Member Data Documentation

◆ destroy_plan

auto constexpr fft::fftw< float >::destroy_plan = fftwf_destroy_plan
staticconstexpr

Definition at line 87 of file fft.cpp.

◆ execute_dft

auto constexpr fft::fftw< float >::execute_dft = fftwf_execute_dft
staticconstexpr

Definition at line 88 of file fft.cpp.

◆ free

auto constexpr fft::fftw< float >::free = fftwf_free
staticconstexpr

Definition at line 90 of file fft.cpp.

◆ malloc

auto constexpr fft::fftw< float >::malloc = fftwf_malloc
staticconstexpr

Definition at line 89 of file fft.cpp.

◆ plan_many_dft

auto constexpr fft::fftw< float >::plan_many_dft = fftwf_plan_many_dft
staticconstexpr

Definition at line 86 of file fft.cpp.


The documentation for this struct was generated from the following file: