Log of /trunk/math/mathcore/inc/Math/BrentRootFinder.h
Parent Directory
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
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
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.