#include "gsl/gsl_vector.h"
#include "gsl/gsl_matrix.h"
#include "gsl/gsl_multiroots.h"
#include "gsl/gsl_blas.h"
#include "GSLMultiRootFunctionWrapper.h"
#include "Math/IFunction.h"
#include "Math/Error.h"
#include <vector>
#include <string>
#include <cassert>
Classes | |
class | ROOT::Math::GSLMultiRootBaseSolver |
GSLMultiRootBaseSolver, internal class for implementing GSL multi-root finders This is the base class for GSLMultiRootSolver (solver not using derivatives) and GSLMUltiRootDerivSolver (solver using derivatives) More... | |
class | ROOT::Math::GSLMultiRootDerivSolver |
GSLMultiRootDerivSolver, internal class for implementing GSL multi-root finders using derivatives. More... | |
class | ROOT::Math::GSLMultiRootSolver |
GSLMultiRootSolver, internal class for implementing GSL multi-root finders not using derivatives. More... | |
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | ROOT::Math |