Method

NumCosmoMathMSetfparam_name

Declaration [src]

const gchar*
ncm_mset_fparam_name (
  NcmMSet* mset,
  guint n
)

Description [src]

Gets the name of the n-th free parameter.

Parameters

n

Type: guint

Free parameter index.

Return value

Type: const gchar*

The name of the n-th free parameter.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.