Method

NumCosmoMathFitadd_inequality_constraint

Declaration [src]

void
ncm_fit_add_inequality_constraint (
  NcmFit* fit,
  NcmMSetFunc* func,
  const gdouble tot
)

Description [src]

Adds an inequality constraint with the function func and the tolerance tot.

Parameters

func

Type: NcmMSetFunc

A NcmMSetFunc.

The data is owned by the caller of the method.
tot

Type: const gdouble

Tolerance.