-
- Downloads
- syncronize mathcore, mathmore, minuit2 and test/stressMathCore with development branches
- main changes are: - move some remaining pdf (like beta and landau) from mathmore to mathcore - add missing landau_cdf - fix a precision error with normal_cdf (and normal_cdf_c) for small x (large x). Use the correct erf or erfc function according to x - move majority of quantiles functions from mathmore to mathcore ( implementation is based on inverse functions from Cephes, implemented in SpecFuncCephesInv.cxx) - add method to create Minimizer concreate classes via the plugin manager - add possibility to use multi-dim funciton type in one dim integration - minuit2: add some missing include cassert git-svn-id: http://root.cern.ch/svn/root/trunk@21114 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- mathcore/Module.mk 2 additions, 1 deletionmathcore/Module.mk
- mathcore/inc/Math/DistFunc.h 11 additions, 6 deletionsmathcore/inc/Math/DistFunc.h
- mathcore/inc/Math/DistFuncMathCore.h 6 additions, 1 deletionmathcore/inc/Math/DistFuncMathCore.h
- mathcore/inc/Math/Factory.h 45 additions, 0 deletionsmathcore/inc/Math/Factory.h
- mathcore/inc/Math/FitMethodFunction.h 23 additions, 6 deletionsmathcore/inc/Math/FitMethodFunction.h
- mathcore/inc/Math/IParamFunction.h 1 addition, 1 deletionmathcore/inc/Math/IParamFunction.h
- mathcore/inc/Math/Integrator.h 16 additions, 6 deletionsmathcore/inc/Math/Integrator.h
- mathcore/inc/Math/LinkDef.h 2 additions, 0 deletionsmathcore/inc/Math/LinkDef.h
- mathcore/inc/Math/LinkDef_Func.h 39 additions, 0 deletionsmathcore/inc/Math/LinkDef_Func.h
- mathcore/inc/Math/Math.h 55 additions, 0 deletionsmathcore/inc/Math/Math.h
- mathcore/inc/Math/Minimizer.h 16 additions, 2 deletionsmathcore/inc/Math/Minimizer.h
- mathcore/inc/Math/OneDimFunctionAdapter.h 85 additions, 25 deletionsmathcore/inc/Math/OneDimFunctionAdapter.h
- mathcore/inc/Math/PdfFunc.h 7 additions, 8 deletionsmathcore/inc/Math/PdfFunc.h
- mathcore/inc/Math/PdfFuncMathCore.h 35 additions, 4 deletionsmathcore/inc/Math/PdfFuncMathCore.h
- mathcore/inc/Math/ProbFuncMathCore.h 36 additions, 36 deletionsmathcore/inc/Math/ProbFuncMathCore.h
- mathcore/inc/Math/QuantFunc.h 42 additions, 0 deletionsmathcore/inc/Math/QuantFunc.h
- mathcore/inc/Math/QuantFuncMathCore.h 603 additions, 0 deletionsmathcore/inc/Math/QuantFuncMathCore.h
- mathcore/inc/Math/SpecFuncMathCore.h 2 additions, 6 deletionsmathcore/inc/Math/SpecFuncMathCore.h
- mathcore/src/Factory.cxx 156 additions, 0 deletionsmathcore/src/Factory.cxx
- mathcore/src/Integrator.cxx 21 additions, 0 deletionsmathcore/src/Integrator.cxx
Loading
Please register or sign in to comment