Method

NumCosmoMathMSetget_fmap

Declaration [src]

gchar**
ncm_mset_get_fmap (
  NcmMSet* mset
)

Description [src]

Gets the free parameters map for mset. The returned array must be freed with g_strfreev. It contains the full names of the free parameters in mset.

Gets propertyNumCosmoMath.MSet:fmap

Return value

Type: An array of utf8

An array of strings.

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.