Method
NumCosmoMathVParamset_sparam_full
Declaration [src]
void
ncm_vparam_set_sparam_full (
NcmVParam* vparam,
guint n,
gchar* name,
gchar* symbol,
gdouble lower_bound,
gdouble upper_bound,
gdouble scale,
gdouble abstol,
gdouble default_val,
NcmParamType ftype
)
Parameters
n-
Type:
guintVector index.
name-
Type:
gchar*NcmSParam:name.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. symbol-
Type:
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.