-
- Downloads
Fix integration classes to use both a relative or n absolute accuracy
as requested in https://savannah.cern.ch/bugs/?70853 Improve TF1::Integral to add the precision parameter. Add a TF1::IntegralOneDim where one can specify both epsrel and epsabs and it returns also the error Clean up the TF1::Integral class to fix some ambiguities Remove the possibility to pass vector of parameters in Tf1::Integral remove obsolate file minuit2/src/FitterUtil.cxx git-svn-id: http://root.cern.ch/svn/root/trunk@47641 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- hist/hist/inc/TF1.h 10 additions, 7 deletionshist/hist/inc/TF1.h
- hist/hist/inc/TF2.h 2 additions, 4 deletionshist/hist/inc/TF2.h
- hist/hist/inc/TF3.h 2 additions, 3 deletionshist/hist/inc/TF3.h
- hist/hist/src/TBinomialEfficiencyFitter.cxx 3 additions, 3 deletionshist/hist/src/TBinomialEfficiencyFitter.cxx
- hist/hist/src/TF1.cxx 99 additions, 143 deletionshist/hist/src/TF1.cxx
- hist/hist/src/TF1Helper.cxx 11 additions, 4 deletionshist/hist/src/TF1Helper.cxx
- hist/hist/src/TF1Helper.h 1 addition, 1 deletionhist/hist/src/TF1Helper.h
- hist/hist/src/TF2.cxx 4 additions, 4 deletionshist/hist/src/TF2.cxx
- hist/hist/src/TF3.cxx 5 additions, 4 deletionshist/hist/src/TF3.cxx
- hist/hist/src/TH1.cxx 1 addition, 1 deletionhist/hist/src/TH1.cxx
- math/fumili/src/TFumili.cxx 8 additions, 6 deletionsmath/fumili/src/TFumili.cxx
- math/mathcore/inc/Math/AdaptiveIntegratorMultiDim.h 51 additions, 3 deletionsmath/mathcore/inc/Math/AdaptiveIntegratorMultiDim.h
- math/mathcore/inc/Math/GaussIntegrator.h 8 additions, 4 deletionsmath/mathcore/inc/Math/GaussIntegrator.h
- math/mathcore/src/AdaptiveIntegratorMultiDim.cxx 13 additions, 3 deletionsmath/mathcore/src/AdaptiveIntegratorMultiDim.cxx
- math/mathcore/src/GaussIntegrator.cxx 29 additions, 12 deletionsmath/mathcore/src/GaussIntegrator.cxx
- math/mathcore/src/GaussLegendreIntegrator.cxx 8 additions, 8 deletionsmath/mathcore/src/GaussLegendreIntegrator.cxx
- math/mathcore/src/IntegratorOptions.cxx 2 additions, 2 deletionsmath/mathcore/src/IntegratorOptions.cxx
- math/minuit/src/TFitter.cxx 6 additions, 6 deletionsmath/minuit/src/TFitter.cxx
- math/minuit2/src/FitterUtil.cxx 0 additions, 48 deletionsmath/minuit2/src/FitterUtil.cxx
Loading
Please register or sign in to comment