#include <kissfft.hh>
|
void | fill_twiddles (std::complex< T_scalar > *dst, int nfft, bool inverse) |
|
void | prepare (std::vector< std::complex< T_scalar > > &dst, int nfft, bool inverse, std::vector< int > &stageRadix, std::vector< int > &stageRemainder) |
|
const cpx_type | twiddle (int i) |
|
template<typename T_scalar >
template<typename T_scalar >
template<typename T_scalar >
void kissfft_utils::traits< T_scalar >::fill_twiddles |
( |
std::complex< T_scalar > * |
dst, |
|
|
int |
nfft, |
|
|
bool |
inverse |
|
) |
| |
|
inline |
template<typename T_scalar >
void kissfft_utils::traits< T_scalar >::prepare |
( |
std::vector< std::complex< T_scalar > > & |
dst, |
|
|
int |
nfft, |
|
|
bool |
inverse, |
|
|
std::vector< int > & |
stageRadix, |
|
|
std::vector< int > & |
stageRemainder |
|
) |
| |
|
inline |
template<typename T_scalar >
template<typename T_scalar >
The documentation for this struct was generated from the following file: