Audio Processing Framework (APF) version 0.5.0
Public Types | Static Public Member Functions | List of all members
apf::fftw< double > Struct Reference

double specialization of the traits class fftw More...

#include <apf/fftwtools.h>

Public Types

using plan = fftw_plan
 

Static Public Member Functions

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)
 

Detailed Description

double specialization of the traits class fftw

See also
APF_FFTW_TRAITS

Definition at line 78 of file fftwtools.h.

Member Typedef Documentation

◆ plan

using apf::fftw< double >::plan = fftw_plan

Definition at line 78 of file fftwtools.h.

Member Function Documentation

◆ malloc()

static void * apf::fftw< double >::malloc ( size_t  n)
inlinestatic

Definition at line 78 of file fftwtools.h.

◆ free()

static void apf::fftw< double >::free ( void *  p)
inlinestatic

Definition at line 78 of file fftwtools.h.

◆ destroy_plan()

static void apf::fftw< double >::destroy_plan ( plan  p)
inlinestatic

Definition at line 78 of file fftwtools.h.

◆ execute()

static void apf::fftw< double >::execute ( const plan  p)
inlinestatic

Definition at line 78 of file fftwtools.h.

◆ execute_r2r()

static void apf::fftw< double >::execute_r2r ( const plan  p,
double *  in,
double *  out 
)
inlinestatic

Definition at line 78 of file fftwtools.h.

◆ plan_r2r_1d()

static plan apf::fftw< double >::plan_r2r_1d ( int  n,
double *  in,
double *  out,
fftw_r2r_kind  kind,
unsigned  flags 
)
inlinestatic

Definition at line 78 of file fftwtools.h.


The documentation for this struct was generated from the following file: