Method

NumCosmoMathDataGaussCovreplace_mean

Declaration [src]

void
ncm_data_gauss_cov_replace_mean (
  NcmDataGaussCov* gauss,
  NcmVector* mean
)

Description [src]

Replaces the current mean vector for mean.

Parameters

mean

Type: NcmVector

New mean NcmVector.

The data is owned by the caller of the method.