Logo ROOT   6.08/07
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 #ifndef ROOT_Math_IFunctionfwd
17 #include "Math/IFunctionfwd.h"
18 #endif
19 
20 namespace ROOT {
21 
22  namespace Math {
23 
24  class IParametricFunctionOneDim;
25  class IParametricGradFunctionOneDim;
26  class IParametricFunctionMultiDim;
28 
31 
34 
35 
36  } // end namespace Math
37 
38 } // end namespace ROOT
39 
40 
41 #endif /* ROOT_Math_IParamFunctionfwd */
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecu...
Definition: StringConv.hxx:21
IParametricFunctionOneDim IParamFunction
IParametricGradFunctionOneDim IParamGradFunction
IParamFunction interface (abstract class) describing multi-dimensional parameteric functions It is a ...
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 ...
Interface (abstract class) for parametric gradient multi-dimensional functions providing in addition ...
Namespace for new Math classes and functions.
IParametricGradFunctionMultiDim IParamMultiGradFunction
IParametricFunctionMultiDim IParamMultiFunction