virtual | ~Bisection() |
ROOT::Math::Roots::Bisection | Bisection() |
ROOT::Math::GSLRootFinder | ROOT::Math::GSLRootFinder::GSLRootFinder() |
virtual int | ROOT::Math::GSLRootFinder::Iterate() |
virtual int | ROOT::Math::IRootFinderMethod::Iterate() |
virtual int | ROOT::Math::GSLRootFinder::Iterations() const |
virtual int | ROOT::Math::IRootFinderMethod::Iterations() const |
virtual const char* | ROOT::Math::GSLRootFinder::Name() const |
virtual const char* | ROOT::Math::IRootFinderMethod::Name() const |
ROOT::Math::IRootFinderMethod& | ROOT::Math::IRootFinderMethod::operator=(const ROOT::Math::IRootFinderMethod&) |
virtual double | ROOT::Math::GSLRootFinder::Root() const |
virtual double | ROOT::Math::IRootFinderMethod::Root() const |
virtual int | ROOT::Math::GSLRootFinder::SetFunction(const ROOT::Math::IGradFunction&, double) |
virtual int | ROOT::Math::IRootFinderMethod::SetFunction(const ROOT::Math::IGradFunction&, double) |
virtual int | ROOT::Math::GSLRootFinder::SetFunction(const ROOT::Math::IGenFunction& f, double xlow, double xup) |
virtual int | ROOT::Math::IRootFinderMethod::SetFunction(const ROOT::Math::IGenFunction&, double, double) |
int | ROOT::Math::GSLRootFinder::SetFunction(ROOT::Math::GSLRootFinder::GSLFuncPointer f, void* params, double xlow, double xup) |
virtual int | ROOT::Math::GSLRootFinder::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) |