Function

NumCosmoXcorKernelComponentEvalKernel

Declaration

gdouble
(* NcXcorKernelComponentEvalKernel) (
  NcXcorKernelComponent* comp,
  NcHICosmo* cosmo,
  gdouble xi,
  gdouble k
)

Description [src]

Evaluates the kernel function K(k, xi) at the given comoving distance and wave number.

Parameters

comp

Type: NcXcorKernelComponent

A NcXcorKernelComponent.

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

Type: NcHICosmo

A NcHICosmo.

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

Type: gdouble

Comoving distance.

k

Type: gdouble

Wave number.

Return value

Type: gdouble

The value of K(k, xi).