fft_fixed_helper< R, steps > Struct Template Reference
#include <fft_fixed.hpp>
List of all members.
Public Types
- typedef R::C C
- typedef R::U U
Static Public Member Functions
- template<typename D > static void transform (nat s, C *c, nat stride, U *u, nat shift)
Detailed Description
template<typename R, nat steps>
struct mmx::fft_fixed_helper< R, steps >
Definition at line 129 of file fft_fixed.hpp.
Member Typedef Documentation
Member Function Documentation
static void transform |
( |
nat |
s, |
|
|
C * |
c, |
|
|
nat |
stride, |
|
|
U * |
u, |
|
|
nat |
shift | |
|
) |
| | [inline, static] |
Definition at line 134 of file fft_fixed.hpp.
00134 {
00135 if (s < steps) fft_fixed_helper<R,steps>::
00136 template transform<D> (s, c, stride, u, shift);
00137 else fft_helper<D,R,steps>::tf (c, stride, u, shift);
00138 }
The documentation for this struct was generated from the following file: