initial
This commit is contained in:
9
Source/mayer_fft.h
Normal file
9
Source/mayer_fft.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef MAYER_H
|
||||
#define MAYER_H
|
||||
|
||||
#define REAL float
|
||||
|
||||
void mayer_realfft(int n, REAL* real);
|
||||
void mayer_realifft(int n, REAL* real);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user