$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::internal::fft_trait< std::complex< T > > Struct Template Reference

#include <mln/transform/fft.hh>

Static Public Attributes

static const fft_dispatch which = fft_cplx

Public Types

typedef std::complex< Tfftw_input

Detailed Description

template<typename T>
struct mln::internal::fft_trait< std::complex< T > >

FFT traits for `std::complex<T>'.

Definition at line 65 of file fft.hh.

Member Data Documentation

template<typename T >
const fft_dispatch mln::internal::fft_trait< std::complex< T > >::which = fft_cplx
static

Type of dispatch (complex numbers).

Definition at line 68 of file fft.hh.

Member Typedef Documentation

template<typename T >
typedef std::complex<T> mln::internal::fft_trait< std::complex< T > >::fftw_input

Type of input (complex numbers of the standard C++ library).

Definition at line 70 of file fft.hh.