ROOT  6.06/09
Reference Guide
Public Member Functions | Private Member Functions | List of all members
ROOT::Math::Roots::Brent Class Reference

Brent-Dekker algorithm which combines an interpolation strategy with the bisection algorithm See the GSL manual for more information.

Definition at line 108 of file RootFinderAlgorithms.h.

Public Member Functions

 Brent ()
 
virtual ~Brent ()
 
- Public Member Functions inherited from ROOT::Math::GSLRootFinder
 GSLRootFinder ()
 
virtual ~GSLRootFinder ()
 
bool SetFunction (const IGenFunction &f, double xlow, double xup)
 Sets the function for the rest of the algorithms. More...
 
bool SetFunction (GSLFuncPointer f, void *params, double xlow, double xup)
 
int Iterate ()
 This method is implemented only by the GSLRootFinder and GSLRootFinderDeriv classes and will return an error if it's not one of them. More...
 
double Root () const
 Returns the previously calculated root. More...
 
bool Solve (int maxIter=100, double absTol=1E-8, double relTol=1E-10)
 Find the root. More...
 
int Iterations () const
 Return number of iterations. More...
 
int Status () const
 Return the status of last root finding. More...
 
const char * Name () const
 double GSLRootFinder::XLower() const { return fXlow; } More...
 
- Public Member Functions inherited from ROOT::Math::IRootFinderMethod
virtual ~IRootFinderMethod ()
 Default Destructor. More...
 
 IRootFinderMethod ()
 Default Constructor. More...
 
virtual bool SetFunction (const ROOT::Math::IGradFunction &, double)
 Sets the function for algorithms using derivatives. More...
 

Private Member Functions

 Brent (const Brent &)
 
Brentoperator= (const Brent &)
 

Additional Inherited Members

- Public Types inherited from ROOT::Math::GSLRootFinder
typedef double(* GSLFuncPointer) (double, void *)
 
- Protected Member Functions inherited from ROOT::Math::GSLRootFinder
void SetSolver (GSLRootFSolver *s)
 
void FreeSolver ()
 

#include <Math/RootFinderAlgorithms.h>

+ Inheritance diagram for ROOT::Math::Roots::Brent:
+ Collaboration diagram for ROOT::Math::Roots::Brent:

Constructor & Destructor Documentation

ROOT::Math::Roots::Brent::Brent ( )

Definition at line 101 of file RootFinderAlgorithms.cxx.

ROOT::Math::Roots::Brent::~Brent ( )
virtual

Definition at line 108 of file RootFinderAlgorithms.cxx.

ROOT::Math::Roots::Brent::Brent ( const Brent )
private

Definition at line 114 of file RootFinderAlgorithms.cxx.

Member Function Documentation

Brent & ROOT::Math::Roots::Brent::operator= ( const Brent rhs)
private

Definition at line 119 of file RootFinderAlgorithms.cxx.


The documentation for this class was generated from the following files: