File: fftwf.h

package info (click to toggle)
pd-iemmatrix 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,588 kB
  • sloc: ansic: 15,027; makefile: 285; sh: 125
file content (15 lines) | stat: -rw-r--r-- 311 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _iemmatrix_stub_fftwf_h_
#define _iemmatrix_stub_fftwf_h_
#ifndef HAVE_FFTWF

/* from fftw3.h */
typedef struct _fftwf_plan_private_tag *fftwf_plan;
typedef float fftwf_complex[2];

#ifndef FFTW_ESTIMATE
# define FFTW_ESTIMATE (1U << 6)
#endif


#endif /* FFTWF */
#endif /* _iemmatrix_stub_fftwf_h_ */