Method

NumCosmoMathStatsVecpeek_cov_matrix

Declaration [src]

NcmMatrix*
ncm_stats_vec_peek_cov_matrix (
  NcmStatsVec* svec,
  guint offset
)

Description [src]

Gets the internal covariance matrix starting from paramenter offset. This is the internal matrix of svec and can change with further additions to svec. It is not guaranteed to be valid after new additions.

Parameters

offset

Type: guint

First parameter index.

Return value

Type: NcmMatrix

The covariance matrix.

The returned data is owned by the instance.