Method

NumCosmoMathFitget_equality_constraint

Declaration [src]

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

Description [src]

Gets the equality constraint at index i.

Parameters

i

Type: guint

Index of the equality 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.