Constructor
NumCosmoMathDatasetnew_list
Declaration [src]
NcmDataset*
ncm_dataset_new_list (
gpointer data0,
...
)
Description [src]
Creates a new NcmDataset object and adds a NULL ended list
of NcmData.
This constructor is not directly available to language bindings.
Parameters
data0-
Type:
gpointerFirst
NcmDatato be added.The argument can be NULL.The data is owned by the caller of the function. ...-
Type:
A NULL ended list of
NcmData.
Return value
Type: NcmDataset
A new NcmDataset.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |