Method

NumCosmoMathMSetfparam_full_name

Declaration [src]

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

Description [src]

Gets the full name of the n-th free parameter. That is the name of the model, the stack position and the parameter name.

Parameters

n

Type: guint

Free parameter index.

Return value

Type: const gchar*

The full name of the n-th free parameter.

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