Method

NumCosmoMathMSetCatalogget_mean

Declaration [src]

void
ncm_mset_catalog_get_mean (
  NcmMSetCatalog* mcat,
  NcmVector** mean
)

Description [src]

Gets the current mean vector.

Parameters

mean

Type: NcmVector

A NcmVector.

The argument will be modified by the function.
The argument can be set to NULL by the method.
The caller of the method takes ownership of the returned data, and is responsible for freeing it.