Method

NumCosmoMathModelpeek_submodel

Declaration [src]

NcmModel*
ncm_model_peek_submodel (
  NcmModel* model,
  guint i
)

Description [src]

Gets the i-th submodel.

Parameters

i

Type: guint

Submodel position.

Return value

Type: NcmModel

A NcmModel.

The returned data is owned by the instance.