Method

NumCosmoMathMSetFuncset_meta

Declaration [src]

void
ncm_mset_func_set_meta (
  NcmMSetFunc* func,
  const gchar* name,
  const gchar* symbol,
  const gchar* ns,
  const gchar* desc,
  const guint nvar,
  const guint dim
)

Description [src]

Sets the function’s metadata. This function is called by subclasses’ to set the function’s metadata. It should not be called by users.

Parameters

name

Type: const gchar*

Function name.

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

Type: const gchar*

Function symbol.

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

Type: const gchar*

Function namespace.

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

Type: const gchar*

Function description.

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

Type: const guint

Number of variables.

dim

Type: const guint

Function dimension.