BALL  1.4.1
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 #ifdef BALL_HAS_FFTW_H
00016   #include <fftw3.h>
00017 #endif
00018 
00019 namespace BALL 
00020 {
00021   typedef std::complex<BALL_COMPLEX_PRECISION> Complex;
00022 } // namespace BALL
00023 
00024 #endif // BALL_MATHS_COMPLEX_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines