Class

NumCosmoXcorKernelCMBLensing

Description [src]

final class NumCosmo.XcorKernelCMBLensing : NumCosmo.XcorKernel
{
  /* No available fields */
}

Implementation of NcXcorKernel for CMB lensing

The kernel is given by \begin{equation} W^{\kappa_\mathrm{CMB}} (z) = \frac{3}{2} \frac{\Omega_m H_0^2}{c} \frac{(1+z)}{H(z)} \chi(z) \frac{\chi(z_) - \chi(z)}{\chi(z_)}. \end{equation}.

Constructors

nc_xcor_kernel_cmb_lensing_new

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

Instance methods

Methods inherited from NcXcorKernel (35)

Please see NcXcorKernel for a full list of methods.

Methods inherited from NcmModel (89)

Please see NcmModel for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmo.XcorKernelCMBLensing:Nl

FIXME Set correct values (limits).

NumCosmo.XcorKernelCMBLensing:recomb

FIXME Set correct values (limits).

Properties inherited from NcXcorKernel (12)
NumCosmo.XcorKernel:adaptive-boundary-tries
No description available.

NumCosmo.XcorKernel:adaptive-epsilon
No description available.

NumCosmo.XcorKernel:dist
No description available.

NumCosmo.XcorKernel:expansion-factor
No description available.

NumCosmo.XcorKernel:integrator
No description available.

NumCosmo.XcorKernel:l-limber
No description available.

NumCosmo.XcorKernel:lmax
No description available.

NumCosmo.XcorKernel:max-border-expansions
No description available.

NumCosmo.XcorKernel:max-iter
No description available.

NumCosmo.XcorKernel:powspec
No description available.

NumCosmo.XcorKernel:reltol
No description available.

NumCosmo.XcorKernel:scaled-abstol
No description available.

Properties inherited from NcmModel (9)
NumCosmoMath.Model:implementation
No description available.
NumCosmoMath.Model:name
No description available.
NumCosmoMath.Model:nick
No description available.
NumCosmoMath.Model:params-types
No description available.
NumCosmoMath.Model:reparam
No description available.
NumCosmoMath.Model:scalar-params-len
No description available.
NumCosmoMath.Model:sparam-array
No description available.
NumCosmoMath.Model:submodel-array
No description available.
NumCosmoMath.Model:vector-params-len
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct NumCosmoXcorKernelCMBLensingClass {
  NcXcorKernelClass parent_class;
  
}

No description available.

Class members
parent_class: NcXcorKernelClass

No description available.