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