namespace ROOT::Math::Minim1D



Minimizer for arbitrary one dimensional functions.

Implemented using GSL, for detailed description see:
<A HREF="http://www.gnu.org/software/gsl/manual/html_node/One-dimensional-Minimization.html">GSL online doc</A>

The algorithms uspported are only bracketing algorithm which do not use derivatives information.
The algorithms which can be choosen at construction time are  GOLDENSECTION, whic is the simplest method
but the slowest and BRENT (the default one) which combines the golden section with a parabolic interpolation.


This class does not support copying
@ingroup Min1D

Function Members (Methods)

Data Members

Class Charts

Function documentation


Author: L. Moneta, A. Zsenei 08/2005
Last update: root/mathmore:$Id: Minimizer1D.h 21553 2007-12-21 10:55:46Z moneta $
Copyright (c) 2004 moneta, CERN/PH-SFT *

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.