double specialization of the traits class fftw
More...
#include <apf/fftwtools.h>
|
static void * | malloc (size_t n) |
|
static void | free (void *p) |
|
static void | destroy_plan (plan p) |
|
static void | execute (const plan p) |
|
static void | execute_r2r (const plan p, double *in, double *out) |
|
static plan | plan_r2r_1d (int n, double *in, double *out, fftw_r2r_kind kind, unsigned flags) |
|
double specialization of the traits class fftw
- See also
- APF_FFTW_TRAITS
Definition at line 78 of file fftwtools.h.
◆ plan
◆ malloc()
static void * apf::fftw< double >::malloc |
( |
size_t |
n | ) |
|
|
inlinestatic |
◆ free()
static void apf::fftw< double >::free |
( |
void * |
p | ) |
|
|
inlinestatic |
◆ destroy_plan()
static void apf::fftw< double >::destroy_plan |
( |
plan |
p | ) |
|
|
inlinestatic |
◆ execute()
static void apf::fftw< double >::execute |
( |
const plan |
p | ) |
|
|
inlinestatic |
◆ execute_r2r()
static void apf::fftw< double >::execute_r2r |
( |
const plan |
p, |
|
|
double * |
in, |
|
|
double * |
out |
|
) |
| |
|
inlinestatic |
◆ plan_r2r_1d()
static plan apf::fftw< double >::plan_r2r_1d |
( |
int |
n, |
|
|
double * |
in, |
|
|
double * |
out, |
|
|
fftw_r2r_kind |
kind, |
|
|
unsigned |
flags |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: