Constructor
NumCosmoXcornew
Declaration [src]
NcXcor*
nc_xcor_new (
NcDistance* dist,
NcmPowspec* ps,
NcXcorMethod meth
)
Description [src]
Two methods are available to compute integrals: independent GSL numerical integration or vector integration using Sundials’s CVode algorithm.
Parameters
dist-
Type:
NcDistanceA
NcDistance.The data is owned by the caller of the function. ps-
Type:
NcmPowspecA
NcmPowspec.The data is owned by the caller of the function. meth-
Type:
NcXcorMethodA
NcXcorMethodto compute the integrals.
Return value
Type: NcXcor
A NcXcor.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |