| Top |
Functions
ncm_prior_flat_param_new ()
NcmPriorFlatParam * ncm_prior_flat_param_new (NcmModelID mid,guint pid,gdouble x_low,gdouble x_upp,gdouble scale);
Creates a new Flat prior for parameter pid
of model mid
.
ncm_prior_flat_param_new_pindex ()
NcmPriorFlatParam * ncm_prior_flat_param_new_pindex (const NcmMSetPIndex *pi,gdouble x_low,gdouble x_upp,gdouble scale);
Creates a new Flat prior for parameter pid
of model mid
.
ncm_prior_flat_param_new_name ()
NcmPriorFlatParam * ncm_prior_flat_param_new_name (NcmMSet *mset,const gchar *name,gdouble x_low,gdouble x_upp,gdouble scale);
Creates a new Flat prior for parameter named name
in mset
.
ncm_prior_flat_param_ref ()
NcmPriorFlatParam *
ncm_prior_flat_param_ref (NcmPriorFlatParam *pfp);
Increases the reference count of pfp
atomically.
ncm_prior_flat_param_free ()
void
ncm_prior_flat_param_free (NcmPriorFlatParam *pfp);
Decreases the reference count of pfp
atomically.
ncm_prior_flat_param_clear ()
void
ncm_prior_flat_param_clear (NcmPriorFlatParam **pfp);
Decreases the reference count of *pfp
and sets *pfp
to NULL.
Property Details
The “mid” property
“mid” int
model id.
Owner: NcmPriorFlatParam
Flags: Read / Write / Construct
Allowed values: >= 0
Default value: 0
The “pid” property
“pid” guint
parameter id.
Owner: NcmPriorFlatParam
Flags: Read / Write / Construct
Default value: 0