Method

NumCosmoMathDatasetget_data

Declaration [src]

NcmData*
ncm_dataset_get_data (
  NcmDataset* dset,
  guint n
)

Description [src]

Gets the n-th NcmData in dset and increases its reference count by one.

Parameters

n

Type: guint

The NcmData index.

Return value

Type: NcmData

The NcmData associated with n.

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