virtual | ~Steffenson() |
ROOT::Math::GSLRootFinderDeriv | ROOT::Math::GSLRootFinderDeriv::GSLRootFinderDeriv() |
virtual int | ROOT::Math::GSLRootFinderDeriv::Iterate() |
virtual int | ROOT::Math::IRootFinderMethod::Iterate() |
virtual int | ROOT::Math::GSLRootFinderDeriv::Iterations() const |
virtual int | ROOT::Math::IRootFinderMethod::Iterations() const |
virtual const char* | ROOT::Math::GSLRootFinderDeriv::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::GSLRootFinderDeriv::Root() const |
virtual int | ROOT::Math::GSLRootFinderDeriv::SetFunction(const ROOT::Math::IGradFunction& f, double xstart) |
virtual int | ROOT::Math::IRootFinderMethod::SetFunction(const ROOT::Math::IGradFunction&, double) |
virtual int | ROOT::Math::GSLRootFinderDeriv::SetFunction(const ROOT::Math::IGenFunction&, double, double) |
virtual int | ROOT::Math::IRootFinderMethod::SetFunction(const ROOT::Math::IGenFunction&, double, double) |
int | ROOT::Math::GSLRootFinderDeriv::SetFunction(ROOT::Math::GSLRootFinderDeriv::GSLFuncPointer f, ROOT::Math::GSLRootFinderDeriv::GSLFuncPointer df, ROOT::Math::GSLRootFinderDeriv::GSLFdFPointer fdf, void* p, double Root) |
virtual int | ROOT::Math::GSLRootFinderDeriv::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) |
ROOT::Math::Roots::Steffenson | Steffenson() |