Mercurial > hg > js-dsp-test
view fft/cross/Cross.h @ 35:c795fab4c4be
Merge
author | Chris Cannam |
---|---|
date | Tue, 10 Nov 2015 07:30:50 +0000 |
parents | b4ab69bdb4c8 |
children |
line wrap: on
line source
#ifndef CROSS_H #define CROSS_H #ifdef __cplusplus extern "C" { #endif extern void fftCross(unsigned int n, int inverse, const double *ri, const double *ii, double *ro, double *io); #ifdef __cplusplus } #endif #endif