Method

NumCosmoMathStatsDistpeek_cov_decomp

Declaration [src]

NcmMatrix*
ncm_stats_dist_peek_cov_decomp (
  NcmStatsDist* sd,
  guint i
)

Description [src]

Gets the covariance matrix associated with the i-th kernel.

Parameters

i

Type: guint

Kernel index.

Return value

Type: NcmMatrix

Cholesky decomposition of the i-th covariance matrix.

The returned data is owned by the instance.