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:
NcmMatrixA
NcmMatrix.The data is owned by the caller of the method. offset-
Type:
guintFirst parameter index.