| 
    ROOT   6.08/07  Reference Guide  | 
    
#include "Math/GSLSimAnnealing.h"#include "gsl/gsl_siman.h"#include "Math/IFunction.h"#include "Math/GSLRndmEngines.h"#include "GSLRngWrapper.h"#include <cassert>#include <iostream>#include <cmath>#include <vector>Namespaces | |
| ROOT | |
| This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce.  | |
| ROOT::Math | |
| ROOT::Math::GSLSimAn | |
Functions | |
| void | ROOT::Math::GSLSimAn::Copy (void *source, void *dest) | 
| void * | ROOT::Math::GSLSimAn::CopyCtor (void *xp) | 
| void | ROOT::Math::GSLSimAn::Destroy (void *xp) | 
| double | ROOT::Math::GSLSimAn::Dist (void *xp, void *yp) | 
| double | ROOT::Math::GSLSimAn::E (void *xp) | 
| void | ROOT::Math::GSLSimAn::Print (void *xp) | 
| void | ROOT::Math::GSLSimAn::Step (const gsl_rng *r, void *xp, double step_size) |