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
)
Parameters
i-
Type:
guintIndex 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:
gdoubleValue of
NcmSParam:lower-bound. upper_bound-
Type:
gdoubleValue of
NcmSParam:upper-bound. scale-
Type:
gdoubleValue of
NcmSParam:scale. abstol-
Type:
gdoubleValue of
NcmSParam:absolute-tolerance. default_val-
Type:
gdoubleValue of
NcmSParam:default-value. ftype-
Type:
NcmParamTypeA
NcmParamType.