8#include <gsl/gsl_randist.h> 
   21double Param_getTrialValue(
const Param *self, gsl_rng *rng);
 
   22double Param_getValue(
const Param *self);
 
   23int    Param_compare(
const Param *lhs, 
const Param *rhs);
 
   24int    Param_isFree(
const Param *self);
 
   25int    Param_setValue(
Param *self, 
double value);
 
   27void   Param_constrain(
Param *par);
 
   29void   Param_freePtrs(
Param *self);
 
   31Param *Param_new(
const char *name, 
double value,
 
   32                 double low, 
double high,
 
   33                 unsigned type, 
const char *formula);
 
   34void   Param_sanityCheck(
const Param *self, 
const char *file, 
int line);
 
The hash table.
Definition: strptrmap.c:38
Definition: tinyexpr.h:39