Method

NumCosmoMathFitget_inequality_constraint

Declaration [src]

void
ncm_fit_get_inequality_constraint (
  NcmFit* fit,
  guint i,
  NcmMSetFunc** func,
  gdouble* tot
)

Description [src]

Gets the inequality constraint at index i.

Parameters

i

Type: guint

Index of the inequality constraint.

func

Type: NcmMSetFunc

A NcmMSetFunc.

The argument will be set by the function.
The returned data is owned by the instance.
tot

Type: gdouble*

A double.

The argument will be set by the function.