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

long double specialization of the traits class fftw More...

#include <apf/fftwtools.h>

Public Types

using plan = fftwl_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, 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)
 

Detailed Description

long double specialization of the traits class fftw

See also
APF_FFTW_TRAITS

Definition at line 79 of file fftwtools.h.

Member Typedef Documentation

◆ plan

using apf::fftw< long double >::plan = fftwl_plan

Definition at line 79 of file fftwtools.h.

Member Function Documentation

◆ malloc()

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

Definition at line 79 of file fftwtools.h.

◆ free()

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

Definition at line 79 of file fftwtools.h.

◆ destroy_plan()

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

Definition at line 79 of file fftwtools.h.

◆ execute()

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

Definition at line 79 of file fftwtools.h.

◆ execute_r2r()

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

Definition at line 79 of file fftwtools.h.

◆ 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

Definition at line 79 of file fftwtools.h.


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