#include "Fit/FitUtil.h"#include "Fit/BinData.h"#include "Fit/UnBinData.h"#include "Math/IParamFunction.h"#include "Math/Integrator.h"#include "Math/IntegratorMultiDim.h"#include "Math/WrappedFunction.h"#include "Math/OneDimFunctionAdapter.h"#include "Math/RichardsonDerivator.h"#include "Math/Error.h"#include "Math/Util.h"#include <limits>#include <cmath>#include <cassert>Go to the source code of this file.
| Namespaces | |
| namespace | ROOT | 
| namespace | ROOT::Fit | 
| namespace | ROOT::Fit::FitUtil | 
| Classes | |
| class | ROOT::Fit::FitUtil::IntegralEvaluator< ParamFunc > | 
| struct | ROOT::Fit::FitUtil::ParamDerivFunc< GradFunc > | 
| class | ROOT::Fit::FitUtil::SimpleGradientCalculator | 
| Functions | |
| double | ROOT::Fit::FitUtil::CorrectValue (double rval) | 
| bool | ROOT::Fit::FitUtil::CheckValue (double &rval) | 
| template<class GFunc> | |
| void | ROOT::Fit::FitUtil::CalculateGradientIntegral (const GFunc &gfunc, const double *x1, const double *x2, const double *p, double *g) | 
 1.5.1
 1.5.1