#include "gsl/gsl_multimin.h"
#include "GSLMultiMinFunctionAdapter.h"
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | ROOT |
namespace | ROOT::Math |
Classes | |
class | ROOT::Math::GSLMultiMinFunctionWrapper |
class | ROOT::Math::GSLMultiMinDerivFunctionWrapper |
Typedefs | |
typedef double(*) | ROOT::Math::GSLMultiMinFuncPointer (const gsl_vector *, void *) |
typedef void(*) | ROOT::Math::GSLMultiMinDfPointer (const gsl_vector *, void *, gsl_vector *) |
typedef void(*) | ROOT::Math::GSLMultiMinFdfPointer (const gsl_vector *, void *, double *, gsl_vector *) |