Method
NumCosmoMathFitget_covar
Declaration [src]
NcmMatrix*
ncm_fit_get_covar (
NcmFit* fit
)
Description [src]
Returns a copy of the covariance matrix (pre-calculated by, e.g, ncm_fit_numdiff_m2lnL_covar()).
Return value
Type: NcmMatrix
The covariance matrix.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |