Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
GSLMultiMinFunctionWrapper.h File Reference
#include "gsl/gsl_multimin.h"
#include "GSLMultiMinFunctionAdapter.h"
#include <cassert>
Include dependency graph for GSLMultiMinFunctionWrapper.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Math::GSLMultiMinDerivFunctionWrapper
 Wrapper for a multi-dimensional function with derivatives used in GSL multidim minimization algorithm. More...
 
class  ROOT::Math::GSLMultiMinFunctionWrapper
 wrapper to a multi-dim function withtout derivatives for multi-dimensional minimization algorithm 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
 

Typedefs

typedef void(* ROOT::Math::GSLMultiMinDfPointer) (const gsl_vector *, void *, gsl_vector *)
 
typedef void(* ROOT::Math::GSLMultiMinFdfPointer) (const gsl_vector *, void *, double *, gsl_vector *)
 
typedef double(* ROOT::Math::GSLMultiMinFuncPointer) (const gsl_vector *, void *)