#include "gsl/gsl_math.h"
#include "Math/GSLFunctionAdapter.h"
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | ROOT |
namespace | ROOT::Math |
Classes | |
class | ROOT::Math::GSLFunctionWrapper |
class | ROOT::Math::GSLFunctionDerivWrapper |
Typedefs | |
typedef double(*) | ROOT::Math::GSLFuncPointer (double, void *) |
typedef void(*) | ROOT::Math::GSLFdfPointer (double, void *, double *, double *) |