Method

NumCosmoMathMSetfparams_set_gsl_vector

Declaration [src]

void
ncm_mset_fparams_set_gsl_vector (
  NcmMSet* mset,
  const gint* 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().

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.