#include <vnl_fft_base.h>
Definition at line 18 of file vnl_fft_base.h.
Public Member Functions | |
| vnl_fft_base () | |
| void | transform (vcl_complex< T > *signal, int dir) |
| dir = +1/-1 according to direction of transform. | |
Protected Attributes | |
| vnl_fft_prime_factors< T > | factors_ [D] |
| prime factorizations of signal dimensions. | |
| vnl_fft_base< D, T >::vnl_fft_base | ( | ) | [inline] |
Definition at line 20 of file vnl_fft_base.h.
| void vnl_fft_base< D, T >::transform | ( | vcl_complex< T > * | signal, | |
| int | dir | |||
| ) |
dir = +1/-1 according to direction of transform.
Reimplemented in vnl_fft_1d< T >.
Definition at line 11 of file vnl_fft_base.txx.
vnl_fft_prime_factors<T> vnl_fft_base< D, T >::factors_[D] [protected] |
1.5.1