Virtual Method

NumCosmoXcorKernelget_z_range

Declaration [src]

void
get_z_range (
  NcXcorKernel* xclk,
  gdouble* zmin,
  gdouble* zmax,
  gdouble* zmid
)

Description [src]

Get the redshift range of the kernel. This is a virtual method that must be implemented by subclasses.

Parameters

zmin

Type: gdouble*

Minimum redshift.

The argument will be set by the function.
zmax

Type: gdouble*

Maximum redshift.

The argument will be set by the function.
zmid

Type: gdouble*

Mid redshift.

The argument will be set by the function.
The argument can be NULL.