Method

NumCosmoMathMSetCatalogget_full_covar

Declaration [src]

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

Description [src]

Gets the current full (including additional values) 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.