Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
ROOT::Math::GSLSimAn Namespace Reference

Functions

void Copy (void *source, void *dest)
 
void * CopyCtor (void *xp)
 
void Destroy (void *xp)
 
double Dist (void *xp, void *yp)
 
double E (void *xp)
 
void Print (void *xp)
 
void Step (const gsl_rng *r, void *xp, double step_size)
 

Function Documentation

◆ Copy()

void ROOT::Math::GSLSimAn::Copy ( void * source,
void * dest )

Definition at line 149 of file GSLSimAnnealing.cxx.

◆ CopyCtor()

void * ROOT::Math::GSLSimAn::CopyCtor ( void * xp)

Definition at line 157 of file GSLSimAnnealing.cxx.

◆ Destroy()

void ROOT::Math::GSLSimAn::Destroy ( void * xp)

Definition at line 163 of file GSLSimAnnealing.cxx.

◆ Dist()

double ROOT::Math::GSLSimAn::Dist ( void * xp,
void * yp )

Definition at line 129 of file GSLSimAnnealing.cxx.

◆ E()

double ROOT::Math::GSLSimAn::E ( void * xp)

Definition at line 110 of file GSLSimAnnealing.cxx.

◆ Print()

void ROOT::Math::GSLSimAn::Print ( void * xp)

Definition at line 139 of file GSLSimAnnealing.cxx.

◆ Step()

void ROOT::Math::GSLSimAn::Step ( const gsl_rng * r,
void * xp,
double step_size )

Definition at line 117 of file GSLSimAnnealing.cxx.