Method

NumCosmoMathModelparam_set_lower_bound

Declaration [src]

void
ncm_model_param_set_lower_bound (
  NcmModel* model,
  guint n,
  const gdouble lb
)

Description [src]

Sets lb as the lower-bound value of the n-th parameter.

Parameters

n

Type: guint

Parameter index.

lb

Type: const gdouble

Lower-bound value.