Function

NumCosmoMathMSetFuncListregister

Declaration [src]

void
ncm_mset_func_list_register (
  const gchar* name,
  const gchar* symbol,
  const gchar* ns,
  const gchar* desc,
  GType obj_type,
  NcmMSetFuncListN func,
  guint nvar,
  guint dim
)

Description [src]

Register a new function in the NcmMSetFuncList class.

Parameters

name

Type: const gchar*

Function name.

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

Type: const gchar*

Function symbol.

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

Type: const gchar*

Namespace.

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

Type: const gchar*

Function description.

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

Type: GType

Object type.

func

Type: NcmMSetFuncListN

Function pointer.

nvar

Type: guint

Number of variables.

dim

Type: guint

Function dimension.