Method

NumCosmoXcorKernelComponentget_limits

Declaration [src]

void
nc_xcor_kernel_component_get_limits (
  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

cosmo

Type: NcHICosmo

A NcHICosmo.

The data is owned by the caller of the method.
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.