Method

NumCosmoMathDatasetcopy

Declaration [src]

NcmDataset*
ncm_dataset_copy (
  NcmDataset* dset
)

Description [src]

Duplicates the object getting a reference of its content.

Return value

Type: NcmDataset

The duplicate of dset, new container.

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