Method

NumCosmoMathModelparam_set0

Declaration [src]

void
ncm_model_param_set0 (
  NcmModel* model,
  guint n,
  gdouble val
)

Description [src]

Sets the n-th parameter of model to val. This function does not update the model after setting the parameter. It is provided when multiple parameters are set at once the model is updated only once. ncm_model_params_update() must be called after setting all parameters.

Parameters

n

Type: guint

Parameter index.

val

Type: gdouble

A double.