Specialization of c_api for double
precision.
More...
#include <fftw++.h>
|
typedef float | real |
|
typedef std::complex< float > | complex |
|
typedef fftwf_plan | plan |
|
typedef double | real |
|
typedef std::complex< double > | complex |
|
typedef fftw_plan | plan |
|
|
static void * | malloc (size_t n) |
|
static void | free (void *p) |
|
static plan | plan_dft_r2c_1d (int n, real *in, complex *out, unsigned flags) |
|
static plan | plan_dft_c2r_1d (int n, complex *in, real *out, unsigned flags) |
|
static void | destroy_plan (plan p) |
|
static void | execute (const plan p) |
|
static void * | malloc (size_t n) |
|
static void | free (void *p) |
|
static plan | plan_dft_r2c_1d (int n, real *in, complex *out, unsigned flags) |
|
static plan | plan_dft_c2r_1d (int n, complex *in, real *out, unsigned flags) |
|
static void | destroy_plan (plan p) |
|
static void | execute (const plan p) |
|
template<typename T>
struct fftw< T >::c_api
Specialization of c_api for double
precision.
The documentation for this struct was generated from the following file: