Method

NumCosmoCBEget_all_Cls

Declaration [src]

void
nc_cbe_get_all_Cls (
  NcCBE* cbe,
  NcmVector* PHIPHI_Cls,
  NcmVector* TT_Cls,
  NcmVector* EE_Cls,
  NcmVector* BB_Cls,
  NcmVector* TE_Cls
)

Description [src]

Gets and store the angular power spectra $C_l$’s calculated in the vectors TT_Cls, EE_Cls, BB_Cls and TE_Cls. If any of these vectors are NULL, then it is (they are) ignored.

Parameters

PHIPHI_Cls

Type: NcmVector

A NcmVector.

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

Type: NcmVector

A NcmVector.

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

Type: NcmVector

A NcmVector.

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

Type: NcmVector

A NcmVector.

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

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.