Method

NumCosmoMathReparamget_param_desc

Declaration [src]

NcmSParam*
ncm_reparam_get_param_desc (
  NcmReparam* reparam,
  guint i
)

Description [src]

Gets the i-th parameter description.

Parameters

i

Type: guint

Index of the changed parameter.

Return value

Type: NcmSParam

The i-th parameter description.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.