Method

NumCosmoMathVParamset_lower_bound

Declaration [src]

void
ncm_vparam_set_lower_bound (
  NcmVParam* vparam,
  guint n,
  const gdouble lb
)

Description [src]

Sets the value lb to the NcmSParam:lower-bound property of the n-th component of vparam.

Parameters

n

Type: guint

Vector index.

lb

Type: const gdouble

Value of NcmSParam:lower-bound.