Method

NumCosmoMathModelparam_names

Declaration [src]

GPtrArray*
ncm_model_param_names (
  NcmModel* model
)

Description [src]

Gets an array containing the parameters names.

Return value

Type: An array of utf8

An array containing the parameters names.

The caller of the method takes ownership of the returned data container, but not the data inside it.
Each element is a NUL terminated UTF-8 string.