| Top |
Functions
ncm_prior_gauss_func_new ()
NcmPriorGaussFunc * ncm_prior_gauss_func_new (NcmMSetFunc *mean_func,gdouble mu,gdouble sigma,gdouble var);
Creates a new Gaussiam prior for parameter pid
of model mid
.
ncm_prior_gauss_func_ref ()
NcmPriorGaussFunc *
ncm_prior_gauss_func_ref (NcmPriorGaussFunc *pgf);
Increases the reference count of pgf
atomically.
ncm_prior_gauss_func_free ()
void
ncm_prior_gauss_func_free (NcmPriorGaussFunc *pgf);
Decreases the reference count of pgf
atomically.
ncm_prior_gauss_func_clear ()
void
ncm_prior_gauss_func_clear (NcmPriorGaussFunc **pgf);
Decreases the reference count of *pgf
and sets *pgf
to NULL.
Property Details
The “mean-func” property
“mean-func” NcmMSetFunc *
mean function.
Owner: NcmPriorGaussFunc
Flags: Read / Write / Construct