Method

NumCosmoDataXcorcov_func_abcd

Declaration [src]

void
nc_data_xcor_cov_func_abcd (
  NcDataXcor* dxc,
  NcmMatrix* cov,
  guint a,
  guint b,
  guint c,
  guint d
)

Description [src]

Computes the covariance matrix for the cross-correlation between pairs of observables (a,b) and (c,d), storing the result in matrix cov.

Parameters

cov

Type: NcmMatrix

A NcmMatrix.

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

Type: guint

A #guint.

b

Type: guint

A #guint.

c

Type: guint

A #guint.

d

Type: guint

A #guint.