ROOT 6.10/09 Reference Guide |
#include "Math/IFunction.h"
#include "Math/IParamFunctionfwd.h"
#include "Math/Util.h"
#include <cassert>
Classes | |
class | ROOT::Math::IBaseParam |
Documentation for the abstract class IBaseParam. More... | |
class | ROOT::Math::IParametricFunctionMultiDimTempl< T > |
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::IParametricGradFunctionMultiDimTempl< T > |
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 | |
Namespace for new ROOT classes and functions. | |
ROOT::Math | |