Constructor
NumCosmoMathDatasetnew_array
Declaration [src]
NcmDataset*
ncm_dataset_new_array (
NcmData** data_array,
guint len
)
Parameters
data_array-
Type: An array of
NcmData*Array of
NcmDatato be added.The length of the array is specified in the lenargument.The data is owned by the caller of the function. len-
Type:
guintLength of
data_array.
Return value
Type: NcmDataset
A new NcmDataset.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |