Method

NumCosmoMathModelparams_set_all_data

Declaration [src]

void
ncm_model_params_set_all_data (
  NcmModel* model,
  gdouble* data
)

Description [src]

Sets all parameters of model to the values passed as arguments. The size of the array must be equal to the number of parameters.

Parameters

data

Type: gdouble*

An array of doubles.

The data is owned by the caller of the method.