#include <FFT_wrapper.hpp>
|
| | FFTWrapper () |
| |
| | FFTWrapper (int n_points) |
| |
| void | execute (const View< double *, CLayout, HostType > &x, const View< Complex *, CLayout, HostType > &spec) const |
| |
| void | execute_no_openmp (const View< double *, CLayout, HostType > &x, const View< Complex *, CLayout, HostType > &spec) const |
| |
| void | destroy () |
| |
◆ FFTWrapper() [1/2]
| FFTWrapper::FFTWrapper |
( |
| ) |
|
|
inline |
◆ FFTWrapper() [2/2]
| FFTWrapper::FFTWrapper |
( |
int |
n_points | ) |
|
◆ destroy()
| void FFTWrapper::destroy |
( |
| ) |
|
◆ execute()
◆ execute_no_openmp()
◆ get_n_frequencies()
| static int FFTWrapper::get_n_frequencies |
( |
int |
n_points | ) |
|
|
inlinestaticprivate |
◆ input
◆ output
The documentation for this class was generated from the following files: