#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::FFTWrapper |
( |
| ) |
|
|
inline |
FFTWrapper::FFTWrapper |
( |
int |
n_points | ) |
|
void FFTWrapper::destroy |
( |
| ) |
|
static int FFTWrapper::get_n_frequencies |
( |
int |
n_points | ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following files: