Function

NumCosmoMathMSetFuncListselect

Declaration [src]

GArray*
ncm_mset_func_list_select (
  const gchar* ns,
  gint nvar,
  gint dim
)

Description [src]

Selects the NcmMSetFuncListStruct array containing the function in the namespace ns with nvar and dim. If ns is NULL then gets from all namespaces, nvar and/or dim equals to -1 selects any value. The contained strings must not be freed.

Parameters

ns

Type: const gchar*

Namespace.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
nvar

Type: gint

Number of variables.

dim

Type: gint

Function dimension.

Return value

Type: An array of None

NcmMSetFuncListStruct array.

The caller of the function takes ownership of the data container, but not the data inside it.