Method

NumCosmoMathModelparam_set_abstol

Declaration [src]

void
ncm_model_param_set_abstol (
  NcmModel* model,
  guint n,
  const gdouble abstol
)

Description [src]

Sets abstol as the absolute tolerance of the n-th parameter.

Parameters

n

Type: guint

Parameter index.

abstol

Type: const gdouble

The absolute tolerance.