| Top |
Functions
| gdouble | (*NcmPriorGaussMean) () |
| NcmPriorGauss * | ncm_prior_gauss_ref () |
| void | ncm_prior_gauss_free () |
| void | ncm_prior_gauss_clear () |
Object Hierarchy
GObject ╰── NcmMSetFunc ╰── NcmPrior ╰── NcmPriorGauss ├── NcmPriorGaussFunc ╰── NcmPriorGaussParam
Functions
ncm_prior_gauss_ref ()
NcmPriorGauss *
ncm_prior_gauss_ref (NcmPriorGauss *pg);
Increases the reference count of pg
atomically.
ncm_prior_gauss_free ()
void
ncm_prior_gauss_free (NcmPriorGauss *pg);
Decreases the reference count of pg
atomically.
ncm_prior_gauss_clear ()
void
ncm_prior_gauss_clear (NcmPriorGauss **pg);
Decreases the reference count of *pg
and sets *pg
to NULL.