Logo ROOT   6.14/05
Reference Guide
IParamFunctionfwd.h
Go to the documentation of this file.
1 // @(#)root/mathcore:$Id$
2 // Author: L. Moneta Tue Nov 14 14:38:52 2006
3 
4 /**********************************************************************
5  * *
6  * Copyright (c) 2006 LCG ROOT Math Team, CERN/PH-SFT *
7  * *
8  * *
9  **********************************************************************/
10 
11 // Forward declarations for template class IParamFunction class
12 
13 #ifndef ROOT_Math_IParamFunctionfwd
14 #define ROOT_Math_IParamFunctionfwd
15 
16 #include "Math/IFunctionfwd.h"
17 
18 namespace ROOT {
19 
20  namespace Math {
21 
22  class IParametricFunctionOneDim;
23  class IParametricGradFunctionOneDim;
24  template<class T>
25  class IParametricFunctionMultiDimTempl;
27  template<class T>
30 
33  template<class T>
35 
38  template<class T>
40 
41 
42  } // end namespace Math
43 
44 } // end namespace ROOT
45 
46 
47 #endif /* ROOT_Math_IParamFunctionfwd */
Namespace for new ROOT classes and functions.
Definition: StringConv.hxx:21
Interface (abstract class) for parametric gradient multi-dimensional functions providing in addition ...
IParametricFunctionOneDim IParamFunction
IParametricGradFunctionOneDim IParamGradFunction
Interface (abstract class) for parametric one-dimensional gradient functions providing in addition to...
Specialized IParamFunction interface (abstract class) for one-dimensional parametric functions It is ...
Namespace for new Math classes and functions.
IParametricGradFunctionMultiDim IParamMultiGradFunction
IParametricFunctionMultiDim IParamMultiFunction