Logo ROOT   6.10/09
Reference Guide
IFunctionfwd.h
Go to the documentation of this file.
1 // @(#)root/mathcore:$Id$
2 // Author: L. Moneta Tue Nov 14 14:38:48 2006
3 
4 /**********************************************************************
5  * *
6  * Copyright (c) 2006 LCG ROOT Math Team, CERN/PH-SFT *
7  * *
8  * *
9  **********************************************************************/
10 
11 // Defines Forward declaration for template IFunction class and useful typedefs
12 
13 #ifndef ROOT_Math_IFunctionfwd
14 #define ROOT_Math_IFunctionfwd
15 
16 
17 namespace ROOT {
18 
19  namespace Math {
20 
21  class IBaseFunctionOneDim;
22  class IGradientFunctionOneDim;
23  template<class T>
24  class IBaseFunctionMultiDimTempl;
25  class IGradientFunctionMultiDim;
26 
27  template<class T>
31 
34 
37 
38 
39  } // end namespace Math
40 
41 } // end namespace ROOT
42 
43 
44 #endif /* ROOT_Math_IFunctionfwd */
Interface (abstract class) for multi-dimensional functions providing a gradient calculation.
Definition: IFunction.h:330
Interface (abstract class) for generic functions objects of one-dimension Provides a method to evalua...
Definition: IFunction.h:134
Namespace for new ROOT classes and functions.
Definition: StringConv.hxx:21
Interface (abstract class) for one-dimensional functions providing a gradient calculation.
Definition: IFunction.h:392
Documentation for the abstract class IBaseFunctionMultiDim.
Definition: IFunction.h:62
IBaseFunctionOneDim IGenFunction
Definition: IFunctionfwd.h:32
IGradientFunctionMultiDim IMultiGradFunction
Definition: IFunctionfwd.h:36
IGradientFunctionOneDim IGradFunction
Definition: IFunctionfwd.h:35
IMultiGenFunctionTempl< double > IMultiGenFunction
Definition: IFunctionfwd.h:30
Namespace for new Math classes and functions.