|
| FFTConfig (int sizeOfFFT, bool isInverse) |
|
void | perform (const Complex *input, Complex *output) const noexcept |
|
void | perform (const Complex *input, Complex *output, const int stride, const int strideIn, const Factor *facs) const noexcept |
|
void | butterfly (const Factor factor, Complex *data, const int stride) const noexcept |
|
void | butterfly2 (Complex *data, const int stride, const int length) const noexcept |
|
void | butterfly4 (Complex *data, const int stride, const int length) const noexcept |
|
FFT::FFTConfig::FFTConfig |
( |
int |
sizeOfFFT, |
|
|
bool |
isInverse |
|
) |
| |
|
inline |
Factor FFT::FFTConfig::factors[32] |
const bool FFT::FFTConfig::inverse |
The documentation for this struct was generated from the following file: