complex.h

Go to the documentation of this file.
00001 // -*- Mode: C++; tab-width: 2; -*-
00002 // vi: set ts=2:
00003 //
00004 // $Id: complex.h,v 1.22 2006/01/03 18:15:47 anhi Exp $
00005 
00006 #ifndef BALL_MATHS_COMPLEX_H
00007 #define BALL_MATHS_COMPLEX_H
00008 
00009 #ifndef BALL_COMMON_H
00010 # include <BALL/common.h>
00011 #endif
00012 
00013 #include <complex>
00014 
00015 #include <fftw3.h>
00016 
00017 namespace BALL 
00018 {
00019   typedef std::complex<BALL_COMPLEX_PRECISION> Complex;
00020 } // namespace BALL
00021 
00022 #endif // BALL_MATHS_COMPLEX_H