[root] / trunk / math / mathcore / inc / Math / BrentRootFinder.h Repository:
ViewVC logotype

Log of /trunk/math/mathcore/inc/Math/BrentRootFinder.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 36905 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 24 15:44:34 2010 UTC (4 years, 2 months ago) by moneta
File length: 6365 byte(s)
Diff to previous 32583
- apply a fix in copy ctor of MinimizerOptions (did not copy name) 
 - make some methods in Minimizer const

- add support to the Brent classes to perform a grid search in log bins

Revision 32583 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 12 09:57:42 2010 UTC (4 years, 10 months ago) by moneta
File length: 6113 byte(s)
Diff to previous 24477
- improve 1D root finder and minimization classes

  - return a bool in method RootFinder::Solve and IMinimizer1D::Minimize
   to be consistent with the other numerical algo. classes
   Classes in MathCore were also returning the wrong values (status=1 instead of zero)

  - add Status() method to check the validity of the cached values

  - change default tolerance to 10-8 (abs) and 10^-10 (values which were used as default in the Mathcore Brent)

  - return a bool also in SetFunction

- Mathcore Brent classes: 

   - pass tolerances and max iterations to the Brent methods. So do not use anymore the hard coded values
   - add possibility also to pass Npx (number of points to use in the grid for the bracketing search) and max number 
     of iterations (before was hard coded to 10)
    

This changes uses suggestion reported by https://savannah.cern.ch/bugs/index.php?61242

Revision 24477 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 23 12:58:47 2008 UTC (6 years, 7 months ago) by moneta
File length: 4091 byte(s)
Diff to previous 22885
- fix a warning in FitUtil.cxx
- fix a coding convention violation
- improve and update release notes 
- improve doc, in particular doxygen groups

Revision 22885 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 28 13:57:25 2008 UTC (6 years, 9 months ago) by rdm
File length: 4088 byte(s)
Diff to previous 22728
move the following directories under the new "math" meta directory:
   mathcore
   mathmore
   fftw
   foam
   fumili
   genvector
   matrix
   minuit
   minuit2
   mlp
   physics
   smatrix
   splot
   unuran
   quadp

Revision 22728 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 19 10:05:41 2008 UTC (6 years, 10 months ago) by moneta
Original Path: trunk/mathcore/inc/Math/BrentRootFinder.h
File length: 4088 byte(s)
Diff to previous 22518
- update documentation for new mathcore classes introduced in 5.19.02
- remove TMathImp.h file to fix documentaiton problem
- change name for class GaussIntegratorOneDim to GaussIntegrator

Revision 22518 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 7 15:40:22 2008 UTC (6 years, 10 months ago) by moneta
Original Path: trunk/mathcore/inc/Math/BrentRootFinder.h
File length: 1307 byte(s)
Copied from: branches/dev/mathDev/mathcore/inc/Math/BrentRootFinder.h revision 22506
Diff to previous 22392
Syncronize with the Math develoment branch: 
 
- merge classes from math (TMath, TComplex and TRandom) in libMathCore
- change various functions of TMath (work from David ):
	- make a single template functions for all the various types (like Sort or Binart Search) 
        - use std implementations for Sort, BinarySearch, LocMin
        - use mathcore special functions for Gamma and Beta functions 

- remove genvector from mathcore
- add classes for integration, derivation and root findings using the algorithms of TF1
-  use the plug-in manager to instantiates different implementations of the same classes in MathMore

Revision 22392 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 28 14:29:54 2008 UTC (6 years, 10 months ago) by moneta
Original Path: branches/dev/mathDev/mathcore/inc/Math/BrentRootFinder.h
File length: 1307 byte(s)
Diff to previous 21931
- fix compilation problems on Solaris

Revision 21931 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 31 14:15:40 2008 UTC (6 years, 11 months ago) by dmgonzal
Original Path: branches/dev/mathDev/mathcore/inc/Math/BrentRootFinder.h
File length: 1309 byte(s)
Diff to previous 21906
Removal of BrentMethods from TF1 and Implementation of TF1::IntegralMultiple based on the new AdaptiveIntegratorMultiDim

Revision 21906 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 29 14:11:48 2008 UTC (6 years, 11 months ago) by dmgonzal
Original Path: branches/dev/mathDev/mathcore/inc/Math/BrentRootFinder.h
File length: 1537 byte(s)
Diff to previous 21854
Interface IRootFinderMethod created. GSLRootFinder, GSLRootFinderDeriv and BrentRootFinder are redesigned so that they derive from it. Also RootFinder class changed from templated class Interfaced classes (with IRootFinderMethod). GSL_BISECTION, GSL_NEWTON and GSL_STEFFENSON methods fail to be loaded with the plugin manager

Revision 21854 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Jan 25 14:44:45 2008 UTC (7 years ago) by dmgonzal
Original Path: branches/dev/mathDev/mathcore/inc/Math/BrentRootFinder.h
File length: 1258 byte(s)
Implementation of BrentRootFinder in MathCore based on code from TF1::GetX()

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9