| Top |
Functions
ncm_prior_flat_func_new ()
NcmPriorFlatFunc * ncm_prior_flat_func_new (NcmMSetFunc *mean_func,gdouble x_low,gdouble x_upp,gdouble scale,gdouble variable);
Creates a new Flat prior for parameter pid
of model mid
.
ncm_prior_flat_func_ref ()
NcmPriorFlatFunc *
ncm_prior_flat_func_ref (NcmPriorFlatFunc *pff);
Increases the reference count of pff
atomically.
ncm_prior_flat_func_free ()
void
ncm_prior_flat_func_free (NcmPriorFlatFunc *pff);
Decreases the reference count of pff
atomically.
ncm_prior_flat_func_clear ()
void
ncm_prior_flat_func_clear (NcmPriorFlatFunc **pff);
Decreases the reference count of *pff
and sets *pff
to NULL.
Property Details
The “mean-func” property
“mean-func” NcmMSetFunc *
mean function.
Owner: NcmPriorFlatFunc
Flags: Read / Write / Construct