|
Gaudi Framework, version v23r4 |
| Home | Generated: Mon Sep 17 2012 |
00001 // $Id: GaudiMath.h,v 1.2 2004/03/28 18:50:36 mato Exp $ 00002 // ============================================================================ 00003 #ifndef GAUDIMATH_GAUDIMATH_H 00004 #define GAUDIMATH_GAUDIMATH_H 1 00005 // ============================================================================ 00006 // Include files 00007 // ============================================================================ 00008 // GaudiMath 00009 // ============================================================================ 00010 #include "GaudiMath/Constant.h" 00011 #include "GaudiMath/NumericalDerivative.h" 00012 #include "GaudiMath/NumericalIndefiniteIntegral.h" 00013 #include "GaudiMath/NumericalDefiniteIntegral.h" 00014 #include "GaudiMath/Splines.h" 00015 #include "GaudiMath/Adapters.h" 00016 // ============================================================================ 00017 00024 namespace GaudiMath 00025 { 00026 typedef Genfun::AbsFunction Function ; 00027 00028 typedef Genfun::GaudiMathImplementation::Constant 00029 Constant ; 00030 typedef Genfun::GaudiMathImplementation::NumericalDerivative 00031 Derivative ; 00032 typedef Genfun::GaudiMathImplementation::SimpleFunction 00033 SimpleFun ; 00034 typedef Genfun::GaudiMathImplementation::NumericalIndefiniteIntegral 00035 IndIntegral ; 00036 typedef Genfun::GaudiMathImplementation::NumericalDefiniteIntegral 00037 DefIntegral ; 00038 00039 typedef Genfun::GaudiMathImplementation::SplineBase 00040 SimpleSpline ; 00041 typedef Genfun::GaudiMathImplementation::GSLSpline 00042 Spline ; 00043 typedef Genfun::GaudiMathImplementation::GSLSplineDeriv 00044 SplineDeriv ; 00045 typedef Genfun::GaudiMathImplementation::GSLSplineDeriv2 00046 SplineDeriv2 ; 00047 typedef Genfun::GaudiMathImplementation::GSLSplineInteg 00048 SplineInteg ; 00049 00050 } // end of namespace 00051 00052 // ============================================================================ 00053 // The END 00054 // ============================================================================ 00055 #endif // GAUDIMATH_GAUDIMATH_H 00056 // ============================================================================