Method

NumCosmoMathMSetparam_set_ftype

Declaration [src]

void
ncm_mset_param_set_ftype (
  NcmMSet* mset,
  NcmModelID mid,
  guint pid,
  NcmParamType ftype
)

Description [src]

Sets the type of the parameter pid in the model mid to ftype. The parameter type can be fixed (#NCM_PARAM_TYPE_FIXED) or free (#NCM_PARAM_TYPE_FREE).

Parameters

mid

Type: NcmModelID

Model id.

pid

Type: guint

Parameter id.

ftype

Type: NcmParamType

A NcmParamType.