Method

NumCosmoMathMSetCatalogget_covar

Declaration [src]

void
ncm_mset_catalog_get_covar (
  NcmMSetCatalog* mcat,
  NcmMatrix** cov
)

Description [src]

Gets the current covariance matrix.

Parameters

cov

Type: NcmMatrix

A NcmMatrix.

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.