Method

NumCosmoMathReparamset_param_desc_full

Declaration [src]

void
ncm_reparam_set_param_desc_full (
  NcmReparam* reparam,
  guint i,
  const gchar* name,
  const gchar* symbol,
  gdouble lower_bound,
  gdouble upper_bound,
  gdouble scale,
  gdouble abstol,
  gdouble default_val,
  NcmParamType ftype
)

Description [src]

Change the i-th parameter description using the given values.

Parameters

i

Type: guint

Index of the changed parameter.

name

Type: const gchar*

NcmSParam:name.

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

Type: const gchar*

NcmSParam:symbol.

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

Type: gdouble

Value of NcmSParam:lower-bound.

upper_bound

Type: gdouble

Value of NcmSParam:upper-bound.

scale

Type: gdouble

Value of NcmSParam:scale.

abstol

Type: gdouble

Value of NcmSParam:absolute-tolerance.

default_val

Type: gdouble

Value of NcmSParam:default-value.

ftype

Type: NcmParamType

A NcmParamType.