Method

NumCosmoMathMSetCatalogadd_from_mset_array

Declaration [src]

void
ncm_mset_catalog_add_from_mset_array (
  NcmMSetCatalog* mcat,
  NcmMSet* mset,
  gdouble* ax
)

Description [src]

This function adds a new element to the catalog using the parameters from mset. It assumes that mset is compatible with the catalog and expect the right number of additional values in the array ax.

Parameters

mset

Type: NcmMSet

A NcmMSet.

The data is owned by the caller of the method.
ax

Type: An array of double

Additional values array.

The data is owned by the caller of the method.