Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooRombergIntegrator.h File Reference
#include "RooAbsIntegrator.h"
#include "RooNumIntConfig.h"
#include <ROOT/RSpan.hxx>
#include <functional>
Include dependency graph for RooRombergIntegrator.h:
This graph shows which files directly or indirectly include this file:

Classes

class  RooRombergIntegrator
 Adaptive numerical integration algorithm. More...
 

Namespaces

namespace  RooFit
 The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments).
 
namespace  RooFit::Detail
 

Functions

std::pair< double, intRooFit::Detail::integrate1d (std::function< double(double)> func, bool doTrapezoid, int maxSteps, int minStepsZero, int fixSteps, double epsAbs, double epsRel, bool doExtrap, double xmin, double xmax, std::span< double > hArr, std::span< double > sArr)