library: libMathMore #include "RootFinderAlgorithms.h" |
virtual | ~Newton() |
ROOT::Math::GSLRootFinderDeriv | ROOT::Math::GSLRootFinderDeriv::GSLRootFinderDeriv() |
int | ROOT::Math::GSLRootFinderDeriv::Iterate() |
int | ROOT::Math::GSLRootFinderDeriv::Iterations() const |
const char* | ROOT::Math::GSLRootFinderDeriv::Name() const |
ROOT::Math::Roots::Newton | Newton() |
double | ROOT::Math::GSLRootFinderDeriv::Root() const |
void | ROOT::Math::GSLRootFinderDeriv::SetFunction(const ROOT::Math::IGradFunction& f, double Root) |
void | ROOT::Math::GSLRootFinderDeriv::SetFunction(const ROOT::Math::IGenFunction&, double, double) |
void | ROOT::Math::GSLRootFinderDeriv::SetFunction(ROOT::Math::GSLRootFinderDeriv::GSLFuncPointer f, ROOT::Math::GSLRootFinderDeriv::GSLFuncPointer df, ROOT::Math::GSLRootFinderDeriv::GSLFdFPointer fdf, void* p, double Root) |
int | ROOT::Math::GSLRootFinderDeriv::Solve(int maxIter = 100, double absTol = 1E-3, double relTol = 1E-6) |
void | ROOT::Math::GSLRootFinderDeriv::FreeSolver() |
void | ROOT::Math::GSLRootFinderDeriv::SetSolver(ROOT::Math::GSLRootFdFSolver* s) |