Skip to content
Snippets Groups Projects
  1. May 04, 2010
  2. May 03, 2010
  3. Dec 03, 2008
  4. Oct 09, 2008
  5. Jun 20, 2008
    • Lorenzo Moneta's avatar
      remove a printoutline to avoid updating reference file · 41293134
      Lorenzo Moneta authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@24429 27541ba8-7e3a-0410-8455-c3a389f83636
      41293134
    • Lorenzo Moneta's avatar
      - fix precision problem on linux 32 · 91f89441
      Lorenzo Moneta authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@24422 27541ba8-7e3a-0410-8455-c3a389f83636
      91f89441
    • Rene Brun's avatar
      Renormalize rootmarks · e32a7d38
      Rene Brun authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@24418 27541ba8-7e3a-0410-8455-c3a389f83636
      e32a7d38
    • Lorenzo Moneta's avatar
      increase some test tolerance · 62f6a462
      Lorenzo Moneta authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@24412 27541ba8-7e3a-0410-8455-c3a389f83636
      62f6a462
    • Lorenzo Moneta's avatar
      sync with dev brunch (rev: 24397). · 7b1c1fc7
      Lorenzo Moneta authored
      Main changes are: 
      
      - improve integrator interface adding template functions taking as imput any C++ callable object for evaluation 
        of the integrals
      - use ROOT convention for enumeration names (start with k, like kADAPTIVE for the integration type). Change for 
        Integration types, Interpolation types (in MathMore) and Minimizer1D types. Change all classes and tests using this 
        enumeration name  
      - improve RichardsonDerivator class (used by TF1::Derivative). Remove an un-needed function call
        Fix also a bug in calculation of the error returned by TF1::DerivativeError
      - change interface for the function interfaced used for fitting (IParamFunction function and IParamGrad function)
        Requires now that the parameter values are passed when evaluating the function and the gradient and make the method
        operator()(double *x, double *p) const. Derived class must implement DoEvalPar (and not DoEval as before) 
        for implementing this interface. This change makes the caching of parameter not hidden and the interface is now 
        thread-safe.  In the IParamGradFunction interface remove the funcitonality for gradient of the coordinates (x) 
        since it is not needed. Define only the parameter gradient. 
      - improve also the ParamFunction class used by the concrete function like Polynomial. Adapt Polynomial class to new 
        parameteric function interface
      - improve Fit Result class with function to get parameter correlations after the fit and to fill any generic matrix 
      with covariance or correlation result. 
      - add method also in the minimizer interface to get correlation values 
      - add strategy in the minimizer control parameters
      - increase timing of stressMathCore and stressMathMore
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@24403 27541ba8-7e3a-0410-8455-c3a389f83636
      7b1c1fc7
  6. Mar 10, 2008
  7. Jan 09, 2008
  8. Dec 17, 2007
  9. Dec 12, 2007
  10. Dec 11, 2007
  11. Dec 10, 2007
  12. Dec 06, 2007
  13. Nov 29, 2007
  14. Nov 28, 2007
  15. Nov 27, 2007
  16. Nov 26, 2007
  17. Nov 23, 2007
Loading