Constructor

NumCosmoMathSFSBesselArraynew_full

Declaration [src]

NcmSFSBesselArray*
ncm_sf_sbessel_array_new_full (
  guint lmax,
  gdouble threshold
)

Description [src]

Creates a new NcmSFSBesselArray for computing spherical Bessel functions up to l = lmax with automatic cutoff at threshold.

Parameters

lmax

Type: guint

Maximum l value.

threshold

Type: gdouble

Threshold value below which j_l(x) is negligible.

Return value

Type: NcmSFSBesselArray

A new NcmSFSBesselArray.

The caller of the function takes ownership of the data, and is responsible for freeing it.