| virtual | ~Brent() | 
| ROOT::Math::Roots::Brent | Brent() | 
| ROOT::Math::GSLRootFinder | ROOT::Math::GSLRootFinder::GSLRootFinder() | 
| int | ROOT::Math::GSLRootFinder::Iterate() | 
| int | ROOT::Math::GSLRootFinder::Iterations() const | 
| const char* | ROOT::Math::GSLRootFinder::Name() const | 
| double | ROOT::Math::GSLRootFinder::Root() const | 
| void | ROOT::Math::GSLRootFinder::SetFunction(const ROOT::Math::IGradFunction&, double) | 
| void | ROOT::Math::GSLRootFinder::SetFunction(const ROOT::Math::IGenFunction& f, double xlow, double xup) | 
| void | ROOT::Math::GSLRootFinder::SetFunction(ROOT::Math::GSLRootFinder::GSLFuncPointer f, void* params, double xlow, double xup) | 
| int | ROOT::Math::GSLRootFinder::Solve(int maxIter = 100, double absTol = 1E-3, double relTol = 1E-6) | 
| void | ROOT::Math::GSLRootFinder::FreeSolver() | 
| void | ROOT::Math::GSLRootFinder::SetSolver(ROOT::Math::GSLRootFSolver* s) | 
