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