Method

NumCosmoMathDataGaussCovMVNDset_cov_mean

Declaration [src]

void
ncm_data_gauss_cov_mvnd_set_cov_mean (
  NcmDataGaussCovMVND* data_mvnd,
  NcmVector* mean,
  NcmMatrix* cov
)

Description [src]

Sets the mean and covariance of data_mvnd.

Parameters

mean

Type: NcmVector

A NcmVector.

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

Type: NcmMatrix

A NcmMatrix.

The data is owned by the caller of the method.