Method

NumCosmoMathFitparams_set_array

Declaration [src]

void
ncm_fit_params_set_array (
  NcmFit* fit,
  const gdouble* x
)

Description [src]

Sets the parameters from array x.

Parameters

x

Type: An array of double

An array of gdouble.

The data is owned by the caller of the method.