| Top |
Functions
| NcmPrior * | ncm_prior_ref () |
| void | ncm_prior_free () |
| void | ncm_prior_clear () |
| gboolean | ncm_prior_is_m2lnL () |
Object Hierarchy
GObject ╰── NcmMSetFunc ╰── NcmPrior ├── NcPriorQSplineCont ├── NcmPriorFlat ╰── NcmPriorGauss
Functions
ncm_prior_ref ()
NcmPrior *
ncm_prior_ref (NcmPrior *prior);
Increases the reference count of prior
atomically.
ncm_prior_free ()
void
ncm_prior_free (NcmPrior *prior);
Decreases the reference count of prior
atomically.
ncm_prior_clear ()
void
ncm_prior_clear (NcmPrior **prior);
Decreases the reference count of *prior
and sets *prior
to NULL.