Method

NumCosmoMathDataGaussCovcompute_cov

Declaration [src]

NcmMatrix*
ncm_data_gauss_cov_compute_cov (
  NcmDataGaussCov* gauss,
  NcmMSet* mset,
  gboolean* updated
)

Description [src]

Computes the covariance matrix based on the models in mset. If the ncm_data_gauss_cov_func is not set, returns NULL.

Parameters

mset

Type: NcmMSet

A NcmMSet.

The data is owned by the caller of the method.
updated

Type: gboolean*

A #gboolean.

The argument will be set by the function.
The argument can be NULL.

Return value

Type: NcmMatrix

The current data covariance NcmMatrix.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.