Method

NumCosmoMathStatsVecget_cov_matrix

Declaration [src]

void
ncm_stats_vec_get_cov_matrix (
  NcmStatsVec* svec,
  NcmMatrix* m,
  guint offset
)

Description [src]

Copy the current value of the correlation between the variables to the matrix m starting from paramenter offset.

Parameters

m

Type: NcmMatrix

A NcmMatrix.

The data is owned by the caller of the method.
offset

Type: guint

First parameter index.