Method

NumCosmoMathReparamindex_from_name

Declaration [src]

gboolean
ncm_reparam_index_from_name (
  NcmReparam* reparam,
  const gchar* param_name,
  guint* i
)

Description [src]

Looks for a parameter named param_name and returns TRUE if found. If found puts at i its index.

Parameters

param_name

Type: const gchar*

Parameter name.

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

Type: guint*

Parameter index.

The argument will be set by the function.

Return value

Type: gboolean

Whenever the parameter is found.