Home | History | Annotate | Download | only in FFT

Lines Matching defs:inv

65       void inv(complex_type * dst,complex_type * src,int nfft) {
75 void inv(scalar_type * dst,complex_type * src,int nfft) {
108 void inv(complex_type * dst,complex_type * src,int nfft) {
118 void inv(scalar_type * dst,complex_type * src,int nfft) {
149 void inv(complex_type * dst,complex_type * src,int nfft) {
159 void inv(scalar_type * dst,complex_type * src,int nfft) {
211 void inv(Complex * dst,const Complex *src,int nfft)
213 get_plan(nfft,true,dst,src).inv(fftw_cast(dst), fftw_cast(src),nfft );
218 void inv( Scalar * dst,const Complex * src,int nfft)
220 get_plan(nfft,true,dst,src).inv(fftw_cast(dst), fftw_cast(src),nfft );