Method

NumCosmoMathDataGaussCovset_cov

Declaration [src]

void
ncm_data_gauss_cov_set_cov (
  NcmDataGaussCov* gauss,
  NcmMatrix* cov
)

Description [src]

Sets a NcmMatrix representing the covariance matrix in each bin.

Parameters

cov

Type: NcmMatrix

A NcmMatrix.

The data is owned by the caller of the method.