Method

NumCosmoMathDatasetpeek_data

Declaration [src]

NcmData*
ncm_dataset_peek_data (
  NcmDataset* dset,
  guint n
)

Description [src]

Gets the n-th NcmData in dset.

Parameters

n

Type: guint

The NcmData index.

Return value

Type: NcmData

The NcmData associated with n.

The returned data is owned by the instance.