Method

NumCosmoDataSNIACovset_cov_full

Declaration [src]

void
nc_data_snia_cov_set_cov_full (
  NcDataSNIACov* snia_cov,
  NcmMatrix* cov_full
)

Description [src]

Sets the full covariance for the system, the size of cov_full, must match the system size.

Parameters

cov_full

Type: NcmMatrix

The full covariance NcmMatrix.

The data is owned by the caller of the method.