ParMooN
 All Classes Functions Variables Friends Pages
fft_faltung.h
1 #ifndef __FFT_FALTUNG_H
2 #define __FFT_FALTUNG_H
3 
4 #include "config.h"
5 
6 /*Berechnung der Faltung von zwei Arrays ueber die Fouriertransformation*/
7 fepc_real_t*
8 fft_faltung(fepc_real_t* a, int n_a, fepc_real_t* b, int n_b);
9 
10 #endif