Method

NumCosmoMathReparamset_param_desc

Declaration [src]

void
ncm_reparam_set_param_desc (
  NcmReparam* reparam,
  guint i,
  NcmSParam* sp
)

Description [src]

Change the i-th parameter description using sp.

Parameters

i

Type: guint

Index of the changed parameter.

sp

Type: NcmSParam

NcmSParam describing the new parameter.

The data is owned by the caller of the method.