$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< double > Struct Template Reference

#include <mln/transform/fft.hh>

Static Public Attributes

static const fft_dispatch which = fft_real

Public Types

typedef double fftw_input

Detailed Description

template<>
struct mln::internal::fft_trait< double >

FFT traits for `double'.

Definition at line 55 of file fft.hh.

Member Data Documentation

const fft_dispatch mln::internal::fft_trait< double >::which = fft_real
static

Type of dispatch (real numbers).

Definition at line 58 of file fft.hh.

Member Typedef Documentation

typedef double mln::internal::fft_trait< double >::fftw_input

Type of input (double-precision floating point numbers).

Definition at line 60 of file fft.hh.