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: NcmModelID

Model id.

pid

Type: guint

Parameter id.

x

Type: const gdouble

The value to set.