STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::skeletons::skeletons_impl::fft< T, Span, Tag > Struct Template Reference

This class abstracts the semantics of an FFT skeleton by exposing only the necessary information in its representation. More...

Detailed Description

template<typename T, typename Span, typename Tag>
struct stapl::skeletons::skeletons_impl::fft< T, Span, Tag >

This class abstracts the semantics of an FFT skeleton by exposing only the necessary information in its representation.

This abstraction not only makes the reconstruction of an FFT skeleton easier, but also provides access to the underlying operations of the enclosed reduction operation. Furthermore, it reduces the symbol size for an FFT skeleton, hence, reducing the total compilation time.

Template Parameters
Tdetermines the type of input and output elements
Spanthe iteration space for elements.
Tagdetermines the type of the FFT skeleton

The documentation for this struct was generated from the following file: