Method

NumCosmoDataPlanckLKLget_param_names

Declaration [src]

gchar**
nc_data_planck_lkl_get_param_names (
  NcDataPlanckLKL* plik
)

Description [src]

Gets an array containing all nuisance parameter names used by the likelihood.

Return value

Type: An array of utf8

An array of parameter names.

The array is NULL-terminated.
The caller of the method takes ownership of the returned data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.