Method

NumCosmoMathVarDictset_double_array

Declaration [src]

void
ncm_var_dict_set_double_array (
  NcmVarDict* vd,
  const gchar* key,
  GArray* value
)

Description [src]

Sets an array of doubles to a NcmVarDict. If there is already an array of doubles with key key, it is unreferenced.

Parameters

key

Type: const gchar*

A string.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
value

Type: An array of double

A GArray of doubles.

The data is owned by the caller of the method.