This workfunction is used for Decimation In Time FFT (DIT) computation.
More...
|
void | set_position (std::size_t butterfly_size, std::size_t index1, std::size_t index2, std::size_t) |
|
template<typename E > |
result_type | operator() (E el1, E el2) const |
|
|
using | value_type = std::complex< T > |
|
using | result_type = std::complex< T > |
|
template<typename T, bool is_forward = true>
struct stapl::skeletons::skeletons_impl::fft_dit_wf< T, is_forward >
This workfunction is used for Decimation In Time FFT (DIT) computation.
- Template Parameters
-
T | the type of components of the complex number used in FFT |
is_forward | if it is a forward FFT or not |
The documentation for this struct was generated from the following file: