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