Class method

NumCosmoMathModelClassset_vparam_obj

Declaration [src]

void
ncm_model_class_set_vparam_obj (
  NcmModelClass* model_class,
  guint vparam_id,
  NcmVParam* vparam
)

Description [src]

Sets the vparam as the vparam_id-th vector parameter of the model.

Parameters

vparam_id

Type: guint

Id of the vector parameter.

vparam

Type: NcmVParam

A NcmVParam.

The data is owned by the caller of the method.