Diffpack Documentation


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

FFT.h

Go to the documentation of this file.
00001 
00005 class FFT
00006 
00007 {
00008   static void  four1 (VecSimple(real)& data, int nn, int isign);
00009   static void realft (VecSimple(real)& data, int n,  int isign);
00010 
00011 public:
00012   static void  sinft (VecSimple(real)& y, int n, int iflag);
00013   static void  cosft (VecSimple(real)& y, int n);
00014 };
00015 
00016 

Copyright © 2003 inuTech GmbH. All rights reserved.