Method

NumCosmoMathMSetCatalogadd_from_vector

Declaration [src]

void
ncm_mset_catalog_add_from_vector (
  NcmMSetCatalog* mcat,
  NcmVector* vals
)

Description [src]

Adds a new element to the catalog using the values from the vector vals.

Parameters

vals

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.