Method
NumCosmoMathStatsDistpeek_full_cov_decomp
Declaration [src]
NcmMatrix*
ncm_stats_dist_peek_full_cov_decomp (
NcmStatsDist* sd
)
Description [src]
Gets the full covariance matrix decomposition. This is a the Cholesky decomposition of the covariance matrix of the whole sample.
Return value
Type: NcmMatrix
Full covariance matrix decomposition.
| The returned data is owned by the instance. |