Method
NumCosmoMathMSetpeek_array_pos
Declaration [src]
NcmModel*
ncm_mset_peek_array_pos (
NcmMSet* mset,
guint i
)
Description [src]
Peeks a NcmModel from the NcmMSet using the array position i.
The array position is not guaranteed to be the same for different
NcmMSet objects. This function is useful to iterate over the models
in the NcmMSet.
Return value
Type: NcmModel
A NcmModel with the array position i.
| The returned data is owned by the instance. |