Method
NumCosmoMathModelorig_vparam_set_vector
Declaration [src]
void
ncm_model_orig_vparam_set_vector (
NcmModel* model,
guint n,
NcmVector* val
)
Description [src]
Sets the n-th vector parameter of model to val.
The size of val must be equal to the length of the n-th vector parameter.
Parameters
n-
Type:
guintA vector parameter index.
val-
Type:
NcmVectorA
NcmVector.The data is owned by the caller of the method.