ROOT
6.08/07
Reference Guide
math
mathcore
inc
Math
DistFuncMathCore.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
#ifndef ROOT_Math_DistFuncMathCore
12
#define ROOT_Math_DistFuncMathCore
13
14
15
16
// pdf functions from Mathcore
17
#ifndef ROOT_Math_PdfFuncMathCore
18
#include "
Math/PdfFuncMathCore.h
"
19
#endif
20
21
// cdf from mathcore
22
#ifndef ROOT_Math_ProbFuncMathCore
23
#include "
Math/ProbFuncMathCore.h
"
24
#endif
25
26
// quantile functions from mathcore
27
#ifndef ROOT_Math_QuantFuncMathCore
28
#include "
Math/QuantFuncMathCore.h
"
29
#endif
30
31
32
#endif // ROOT_Math_DistFunc
ProbFuncMathCore.h
QuantFuncMathCore.h
PdfFuncMathCore.h