vnl_fft_1d.hxx
Go to the documentation of this file.
1 #ifndef vnl_fft_1d_hxx_
2 #define vnl_fft_1d_hxx_
3 // -*- c++ -*-
4 
5 #include "vnl_fft_1d.h"
6 
7 #undef VNL_FFT_1D_INSTANTIATE
8 #define VNL_FFT_1D_INSTANTIATE(T) \
9 template struct VNL_ALGO_EXPORT vnl_fft_1d<T >
10 
11 #endif
In-place 1D fast Fourier transform.