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