library: libMathMore
#include "RootFinderAlgorithms.h"

ROOT::Math::Roots::Brent


class description - header file
viewCVS header

class ROOT::Math::Roots::Brent: public ROOT::Math::GSLRootFinder

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
virtual~Brent()
ROOT::Math::Roots::BrentBrent()
ROOT::Math::GSLRootFinderROOT::Math::GSLRootFinder::GSLRootFinder()
intROOT::Math::GSLRootFinder::Iterate()
intROOT::Math::GSLRootFinder::Iterations() const
const char*ROOT::Math::GSLRootFinder::Name() const
doubleROOT::Math::GSLRootFinder::Root() const
voidROOT::Math::GSLRootFinder::SetFunction(const ROOT::Math::IGradFunction&, double)
voidROOT::Math::GSLRootFinder::SetFunction(const ROOT::Math::IGenFunction& f, double xlow, double xup)
voidROOT::Math::GSLRootFinder::SetFunction(ROOT::Math::GSLRootFinder::GSLFuncPointer f, void* params, double xlow, double xup)
intROOT::Math::GSLRootFinder::Solve(int maxIter = 100, double absTol = 1E-3, double relTol = 1E-6)
protected:
voidROOT::Math::GSLRootFinder::FreeSolver()
voidROOT::Math::GSLRootFinder::SetSolver(ROOT::Math::GSLRootFSolver* s)
private:
ROOT::Math::Roots::BrentBrent(const ROOT::Math::Roots::Brent&)
ROOT::Math::Roots::Brent&operator=(const ROOT::Math::Roots::Brent&)

Class Description

Brent()
virtual ~Brent()
Brent(const Brent &)
 usually copying is non trivial, so we make this unaccessible

Last update: Tue Nov 21 09:01:45 2006


ROOT page - Class index - Class Hierarchy - Top of the page

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.