Method

NumCosmoMathMSetfparams_set_array

Declaration [src]

void
ncm_mset_fparams_set_array (
  NcmMSet* mset,
  const gdouble* x
)

Description [src]

Sets the free parameters of mset using the values of x. The size of x must be equal to the number of free parameters in mset ncm_mset_fparams_len(). Otherwise the behaviour is undefined.

Parameters

x

Type: An array of double

Array with the values.

The data is owned by the caller of the method.