Method

NumCosmoMathMSetfparams_get_vector_offset

Declaration [src]

void
ncm_mset_fparams_get_vector_offset (
  NcmMSet* mset,
  NcmVector* x,
  guint offset
)

Description [src]

Gets the free parameters of mset and stores them in x starting at offset. The size of x must be equal to the number of free parameters in mset ncm_mset_fparams_len() plus offset.

Parameters

x

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.
offset

Type: guint

Starting index.