Method

NumCosmoMathDatasetget_data_array

Declaration [src]

NcmObjArray*
ncm_dataset_get_data_array (
  NcmDataset* dset
)

Description [src]

Gets the NcmObjArray from dset.

Return value

Type: NcmObjArray

The array of NcmData.

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