/*! \file NBodyMath.h * \brief header file for the Math name space \namespace Math \brief A namespace for user defined math routines and classes contained in libMath */ // NBodyMath.h #ifndef NBODYMATH_H #define NBODYMATH_H #include #include #include #include "Coordinate2D.h" #include "Coordinate.h" #include "Exceptions.h" #include "Fitting.h" #include "Function.h" #include "GMatrix.h" #include "Integrate.h" #include "Interpolate.h" #include "Matrix2D.h" #include "Matrix.h" #include "Precision.h" #include "Random.h" #include "SpecialFunctions.h" #include "Statistics.h" namespace Math { } #endif