Method

NumCosmoMathModelparams_set_vector

Declaration [src]

void
ncm_model_params_set_vector (
  NcmModel* model,
  NcmVector* v
)

Description [src]

Sets all parameters of model to the values of v. The size of v must be equal to the number of parameters.

Parameters

v

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.