Class method

NumCosmoMathModelClassset_sparam_obj

Declaration [src]

void
ncm_model_class_set_sparam_obj (
  NcmModelClass* model_class,
  guint sparam_id,
  NcmSParam* sparam
)

Description [src]

Sets the sparam as the sparam_id-th scalar parameter of the model.

Parameters

sparam_id

Type: guint

Id of the scalar parameter.

sparam

Type: NcmSParam

A NcmSParam.

The data is owned by the caller of the method.