Method

NumCosmoMathModelorig_vparam_get_vector

Declaration [src]

NcmVector*
ncm_model_orig_vparam_get_vector (
  NcmModel* model,
  guint n
)

Description [src]

Gets the n-th vector parameter of model.

Parameters

n

Type: guint

A vector parameter index.

Return value

Type: NcmVector

The n-th vector parameter of model.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.