Method

NumCosmoMathModelparam_set_upper_bound

Declaration [src]

void
ncm_model_param_set_upper_bound (
  NcmModel* model,
  guint n,
  const gdouble ub
)

Description [src]

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

Parameters

n

Type: guint

Parameter index.

ub

Type: const gdouble

Upper-bound value.