Logo ROOT   6.08/07
Reference Guide
Classes | Namespaces
IParamFunction.h File Reference
#include "Math/IFunction.h"
#include "Math/IParamFunctionfwd.h"
#include "Math/Util.h"
#include <cassert>
Include dependency graph for IParamFunction.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Math::IBaseParam
 Documentation for the abstract class IBaseParam. More...
 
class  ROOT::Math::IParametricFunctionMultiDim
 IParamFunction interface (abstract class) describing multi-dimensional parameteric functions It is a derived class from ROOT::Math::IBaseFunctionMultiDim and ROOT::Math::IBaseParam. More...
 
class  ROOT::Math::IParametricFunctionOneDim
 Specialized IParamFunction interface (abstract class) for one-dimensional parametric functions It is a derived class from ROOT::Math::IBaseFunctionOneDim and ROOT::Math::IBaseParam. More...
 
class  ROOT::Math::IParametricGradFunctionMultiDim
 Interface (abstract class) for parametric gradient multi-dimensional functions providing in addition to function evaluation with respect to the coordinates also the gradient with respect to the parameters, via the method ParameterGradient. More...
 
class  ROOT::Math::IParametricGradFunctionOneDim
 Interface (abstract class) for parametric one-dimensional gradient functions providing in addition to function evaluation with respect the coordinates also the gradient with respect to the parameters, via the method ParameterGradient. More...
 

Namespaces

 ROOT
 This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce.
 
 ROOT::Math