Function
NumCosmoXcorKernelComponentGetLimits
Declaration
void
(* NcXcorKernelComponentGetLimits) (
NcXcorKernelComponent* comp,
NcHICosmo* cosmo,
gdouble* xi_min,
gdouble* xi_max,
gdouble* k_min,
gdouble* k_max
)
Parameters
comp-
Type:
NcXcorKernelComponentA
NcXcorKernelComponent.The data is owned by the caller of the function. cosmo-
Type:
NcHICosmoA
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.