Method
NumCosmoMathMSetparam_set
Declaration [src]
void
ncm_mset_param_set (
NcmMSet* mset,
NcmModelID mid,
guint pid,
const gdouble x
)
Description [src]
Sets the value of the parameter pid in the model mid to x.
This function updates the model parameters.
Parameters
mid-
Type:
NcmModelIDModel id.
pid-
Type:
guintParameter id.
x-
Type:
const gdoubleThe value to set.