Constructor

NumCosmoXcorKernelCMBLensingnew

Declaration [src]

NcXcorKernelCMBLensing*
nc_xcor_kernel_cmb_lensing_new (
  NcDistance* dist,
  NcmPowspec* ps,
  NcRecomb* recomb,
  NcmVector* Nl
)

Description [src]

Creates a new NcXcorLimberKernelCMBLensing for computing the CMB lensing convergence kernel. This kernel describes the lensing of CMB photons by intervening large-scale structure.

Parameters

dist

Type: NcDistance

A NcDistance.

The data is owned by the caller of the function.
ps

Type: NcmPowspec

A NcmPowspec.

The data is owned by the caller of the function.
recomb

Type: NcRecomb

A NcRecomb.

The data is owned by the caller of the function.
Nl

Type: NcmVector

A NcmVector.

The data is owned by the caller of the function.

Return value

Type: NcXcorKernelCMBLensing

A new NcXcorLimberKernelCMBLensing.

The caller of the function takes ownership of the data, and is responsible for freeing it.