Method

NumCosmoMathMSetfparams_get_vector

Declaration [src]

void
ncm_mset_fparams_get_vector (
  NcmMSet* mset,
  NcmVector* x
)

Description [src]

Gets the free parameters of mset and stores them in 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.