#include "gsl/gsl_multifit.h"
#include "GSLMultiFitFunctionAdapter.h"
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | ROOT |
namespace | ROOT::Math |
Classes | |
class | ROOT::Math::GSLMultiFitFunctionWrapper |
Typedefs | |
typedef double(*) | ROOT::Math::GSLMultiFitFPointer (const gsl_vector *, void *, gsl_vector *) |
typedef void(*) | ROOT::Math::GSLMultiFitDfPointer (const gsl_vector *, void *, gsl_matrix *) |
typedef void(*) | ROOT::Math::GSLMultiFitFdfPointer (const gsl_vector *, void *, gsl_vector *, gsl_matrix *) |