Method
NumCosmoMathModelBuilderadd_vparam
Declaration [src]
void
ncm_model_builder_add_vparam (
NcmModelBuilder* mb,
guint default_length,
const gchar* symbol,
const gchar* name,
gdouble lower_bound,
gdouble upper_bound,
gdouble scale,
gdouble abstol,
gdouble default_value,
NcmParamType ppt
)
Parameters
default_length-
Type:
guintDefault length of the vector parameter.
symbol-
Type:
const gchar*Symbol of the vector parameter.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. name-
Type:
const gchar*Name of the vector parameter.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. lower_bound-
Type:
gdoubleParameter lower bound.
upper_bound-
Type:
gdoubleParameter upper bound.
scale-
Type:
gdoubleParameter scale.
abstol-
Type:
gdoubleAbsolute tolerance.
default_value-
Type:
gdoubleDefault value.
ppt-
Type:
NcmParamTypeA
NcmParamType.