Method

NumCosmoMathMSetparam_symbol

Declaration [src]

const gchar*
ncm_mset_param_symbol (
  NcmMSet* mset,
  NcmModelID mid,
  guint pid
)

Description [src]

Gets the symbol of the parameter pid in the model mid. The parameter symbol is a string that represents the parameter using LaTeX symbols.

Parameters

mid

Type: NcmModelID

Model id.

pid

Type: guint

Parameter id.

Return value

Type: const gchar*

The symbol of the parameter pid in the model mid.

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