#include <fstream>
#include <iostream>
#include <fftw3.h>
#include <complex>
Ir al código fuente de este archivo.
|
| typedef std::complex< double > | Complex |
| |
◆ __FFTWPP_H_VERSION__
| #define __FFTWPP_H_VERSION__ 1.02 |
◆ Complex
| typedef std::complex<double> Complex |
◆ fftw_export_wisdom()
| void fftw_export_wisdom |
( |
void(*)(char c, ofstream &s) |
emitter, |
|
|
ofstream & |
s |
|
) |
| |
|
inline |
◆ fftw_import_wisdom()
| int fftw_import_wisdom |
( |
int(*)(ifstream &s) |
g, |
|
|
ifstream & |
s |
|
) |
| |
|
inline |
◆ FFTWComplex()
| Complex* FFTWComplex |
( |
size_t |
size | ) |
|
|
inline |
◆ FFTWdelete()
◆ FFTWdouble()
| double* FFTWdouble |
( |
size_t |
size | ) |
|
|
inline |
◆ GetWisdom()
| int GetWisdom |
( |
ifstream & |
s | ) |
|
|
inline |
◆ PutWisdom()
| void PutWisdom |
( |
char |
c, |
|
|
ofstream & |
s |
|
) |
| |
|
inline |