Method

NumCosmoMathFitparams_set_gsl_vector

Declaration [src]

void
ncm_fit_params_set_gsl_vector (
  NcmFit* fit,
  const gint* x
)

Description [src]

Sets the parameters from a gsl_vector x.

This method is not directly available to language bindings.

Parameters

x

Type: const gint*

A gsl_vector.

The data is owned by the caller of the method.