svcore  1.9
FFTapi.h File Reference
#include <fftw3.h>
Include dependency graph for FFTapi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define fftf_complex   fftwf_complex
 
#define fftf_malloc   fftwf_malloc
 
#define fftf_free   fftwf_free
 
#define fftf_plan   fftwf_plan
 
#define fftf_plan_dft_r2c_1d   fftwf_plan_dft_r2c_1d
 
#define fftf_plan_dft_c2r_1d   fftwf_plan_dft_c2r_1d
 
#define fftf_execute   fftwf_execute
 
#define fftf_destroy_plan   fftwf_destroy_plan
 

Macro Definition Documentation

◆ fftf_complex

#define fftf_complex   fftwf_complex

Definition at line 23 of file FFTapi.h.

◆ fftf_malloc

#define fftf_malloc   fftwf_malloc

Definition at line 24 of file FFTapi.h.

◆ fftf_free

#define fftf_free   fftwf_free

Definition at line 25 of file FFTapi.h.

◆ fftf_plan

#define fftf_plan   fftwf_plan

Definition at line 26 of file FFTapi.h.

◆ fftf_plan_dft_r2c_1d

#define fftf_plan_dft_r2c_1d   fftwf_plan_dft_r2c_1d

Definition at line 27 of file FFTapi.h.

◆ fftf_plan_dft_c2r_1d

#define fftf_plan_dft_c2r_1d   fftwf_plan_dft_c2r_1d

Definition at line 28 of file FFTapi.h.

◆ fftf_execute

#define fftf_execute   fftwf_execute

Definition at line 29 of file FFTapi.h.

◆ fftf_destroy_plan

#define fftf_destroy_plan   fftwf_destroy_plan

Definition at line 30 of file FFTapi.h.