Method
NumCosmoDataXcorset_4
Declaration [src]
void
nc_data_xcor_set_4 (
NcDataXcor* dxc,
guint a,
guint b,
guint c,
guint d,
const gchar* X1_filename,
const gchar* X2_filename,
guint X_filelength
)
Description [src]
Sets the $X_1$ and $X_2$ matrices used in the covariance matrix for observables $A$, $B$ $C$ and $D$.
Parameters
a-
Type:
guintA #guint, the index of observable $A$.
b-
Type:
guintA #guint, the index of observable $B$.
c-
Type:
guintA #guint, the index of observable $C$.
d-
Type:
guintA #guint, the index of observable $D$.
X1_filename-
Type:
const gchar*A #gchar, the name of the file where the matrix $X_1^{ABCD}$ is stored.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. X2_filename-
Type:
const gchar*A #gchar, the name of the file where the matrix $X_2^{ABCD}$ is stored.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. X_filelength-
Type:
guintA #guint, the size of the actual matrices stored in theses files (in case it is larger than the maximum multipole used).