Function

NumCosmoXcorKernelComponentGetLimits

Declaration

void
(* NcXcorKernelComponentGetLimits) (
  NcXcorKernelComponent* comp,
  NcHICosmo* cosmo,
  gdouble* xi_min,
  gdouble* xi_max,
  gdouble* k_min,
  gdouble* k_max
)

Description [src]

Gets the valid integration ranges for this component.

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_min

Type: gdouble*

Minimum comoving distance.

The argument will be set by the function.
xi_max

Type: gdouble*

Maximum comoving distance.

The argument will be set by the function.
k_min

Type: gdouble*

Minimum wave number.

The argument will be set by the function.
k_max

Type: gdouble*

Maximum wave number.

The argument will be set by the function.