Method
NumCosmoMathDataGaussCovcompute_mean
Declaration [src]
NcmVector*
ncm_data_gauss_cov_compute_mean (
NcmDataGaussCov* gauss,
NcmMSet* mset
)
Description [src]
Computes the mean vector based on the models in mset. If
the ncm_data_gauss_cov_mean_func is not set, returns NULL.
Parameters
mset-
Type:
NcmMSetA
NcmMSet.The data is owned by the caller of the method.
Return value
Type: NcmVector
The current data mean NcmVector.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |