|
ROOT 6.08/07 Reference Guide |
Namespaces | |
| ROOT | |
| This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce. | |
| ROOT::Math | |
| ROOT::Math::GSLRootHelper | |
| Helper functions to test convergence of Root-Finding algorithms. | |
Functions | |
| int | ROOT::Math::GSLRootHelper::TestDelta (double x1, double x0, double epsAbs, double epsRel) |
| int | ROOT::Math::GSLRootHelper::TestInterval (double xlow, double xup, double epsAbs, double epsRel) |
| int | ROOT::Math::GSLRootHelper::TestResidual (double f, double epsAbs) |