Logo ROOT  
Reference Guide
GSLMultiRootFunctionWrapper.h File Reference
#include "gsl/gsl_multiroots.h"
#include "GSLMultiRootFunctionAdapter.h"
#include <cassert>
Include dependency graph for GSLMultiRootFunctionWrapper.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Math::GSLMultiRootDerivFunctionWrapper
 wrapper to a multi-dim function with derivatives for multi roots algorithm More...
 
class  ROOT::Math::GSLMultiRootFunctionWrapper
 wrapper to a multi-dim function without derivatives for multi roots 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::GSLMultiRootDfPointer) (const gsl_vector *, void *, gsl_matrix *)
 
typedef void(* ROOT::Math::GSLMultiRootFdfPointer) (const gsl_vector *, void *, gsl_vector *, gsl_matrix *)
 
typedef double(* ROOT::Math::GSLMultiRootFPointer) (const gsl_vector *, void *, gsl_vector *)