Method
NumCosmoMathMSetCatalogadd_from_vector_array
Declaration [src]
void
ncm_mset_catalog_add_from_vector_array (
NcmMSetCatalog* mcat,
NcmVector* vals,
gdouble* ax
)
Description [src]
Adds a new element to the catalog using the parameter values from the
vector vals and additional parameters from array ax.
Parameters
vals-
Type:
NcmVectorA
NcmVector.The data is owned by the caller of the method. ax-
Type: An array of
doubleAdditional values array.
The data is owned by the caller of the method.