Method

NumCosmoMathMSetfparams_log_covar

Declaration [src]

void
ncm_mset_fparams_log_covar (
  NcmMSet* mset,
  NcmMatrix* covar
)

Description [src]

Logs the covariance matrix of the free parameters in mset. The covariance matrix is assumed to be in the same order as the free parameters in mset and must be square and with the same size as the number of free parameters ncm_mset_fparam_len().

Parameters

covar

Type: NcmMatrix

A NcmMatrix.

The data is owned by the caller of the method.