![]() |
ROOT
6.06/09
Reference Guide
|
#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:Go to the source code of 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 | |
| Namespace for new ROOT classes and functions. | |
| ROOT::Math | |