Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
GSLFunctionAdapter.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Math::GSLFunctionAdapter< UserFunc >
 Class for adapting any C++ functor class to C function pointers used by GSL. More...
 

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 
namespace  ROOT::Math
 

Typedefs

typedef double(* ROOT::Math::GSLFuncPointer) (double, void *)
 Function pointer corresponding to gsl_function signature.