Method

NumCosmoMathMSetfparams_set_vector

Declaration [src]

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

Parameters

x

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.