library: libMathMore #include "GSLRootFinderDeriv.h" |
virtual | ~GSLRootFinderDeriv() |
ROOT::Math::GSLRootFinderDeriv | GSLRootFinderDeriv() |
int | Iterate() |
int | Iterations() const |
const char* | Name() const |
double | Root() const |
void | SetFunction(const ROOT::Math::IGradFunction& f, double Root) |
void | SetFunction(const ROOT::Math::IGenFunction&, double, double) |
void | SetFunction(ROOT::Math::GSLRootFinderDeriv::GSLFuncPointer f, ROOT::Math::GSLRootFinderDeriv::GSLFuncPointer df, ROOT::Math::GSLRootFinderDeriv::GSLFdFPointer fdf, void* p, double Root) |
int | Solve(int maxIter = 100, double absTol = 1E-3, double relTol = 1E-6) |
void | FreeSolver() |
void | SetSolver(ROOT::Math::GSLRootFdFSolver* s) |
ROOT::Math::GSLRootFinderDeriv | GSLRootFinderDeriv(const ROOT::Math::GSLRootFinderDeriv&) |
ROOT::Math::GSLRootFinderDeriv& | operator=(const ROOT::Math::GSLRootFinderDeriv&) |
usually copying is non trivial, so we make this unaccessible