ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Public Types | |
using | complex = fftw_complex |
Static Public Attributes | |
static auto constexpr | plan_many_dft = fftw_plan_many_dft |
static auto constexpr | destroy_plan = fftw_destroy_plan |
static auto constexpr | execute_dft = fftw_execute_dft |
static auto constexpr | malloc = fftw_malloc |
static auto constexpr | free = fftw_free |
using fft::fftw< FloatType >::complex = fftw_complex |
|
staticconstexpr |
Definition at line 79 of file fft.cpp.
Referenced by fft::fft_plan< FloatType >::destroy_plan().
|
staticconstexpr |
Definition at line 80 of file fft.cpp.
Referenced by fft::fft_data_struct< FloatType >::backward_fft(), and fft::fft_data_struct< FloatType >::forward_fft().
|
staticconstexpr |
Definition at line 82 of file fft.cpp.
Referenced by fft::allocator< FloatType >::deallocate().
|
staticconstexpr |
Definition at line 81 of file fft.cpp.
Referenced by fft::allocator< FloatType >::allocate().
|
staticconstexpr |
Definition at line 78 of file fft.cpp.
Referenced by fft::fft_data_struct< FloatType >::initialize_fft().