Logo ROOT   6.12/07
Reference Guide
SpecFunc.h
Go to the documentation of this file.
1 // @(#)root/mathcore:$Id$
2 // Authors: L. Moneta, A. Zsenei 08/2005
3 
4  /**********************************************************************
5  * *
6  * Copyright (c) 2004 ROOT Foundation, CERN/PH-SFT *
7  * *
8  * *
9  **********************************************************************/
10 
11 /**
12  Header file declaring the special functions present in both
13  MathCore and optionally MathMore.
14  The MathMore ones are included only if ROOT has been built with MathMore.
15 */
16 
17 
18 
19 #ifndef ROOT_Math_SpecFunc
20 #define ROOT_Math_SpecFunc
21 
22 
23 #include "RConfigure.h"
24 
25 
26 
27 #include "Math/SpecFuncMathCore.h"
28 
29 #ifdef R__HAS_MATHMORE
30 // in case Mathmore exists include their GSL based special functions
31 
32 #include "Math/SpecFuncMathMore.h"
33 
34 #endif
35 
36 #endif // ROOT_Math_SpecFunc