|
numerics
|
Precomputed twiddle factors + SIMD butterfly execution. More...
#include <impl.hpp>
Public Member Functions | |
| FFTPlanImpl (int n_, bool inv) | |
| void | execute (num::CVector &a) const |
Public Attributes | |
| int | n |
| bool | invert |
| std::vector< std::vector< num::cplx > > | twiddles |
|
inline |
|
inline |
Definition at line 160 of file impl.hpp.
References backends::seq::bit_reverse(), num::BasicVector< T >::data(), n, and twiddles.
Referenced by backends::opt::fft(), backends::opt::ifft(), backends::opt::irfft(), and backends::opt::rfft().
| std::vector<std::vector<num::cplx> > backends::opt::FFTPlanImpl::twiddles |
Definition at line 145 of file impl.hpp.
Referenced by execute(), and FFTPlanImpl().