Constructor

NumCosmoMathSBesselIntegratorFFTLnew

Declaration [src]

NcmSBesselIntegratorFFTL*
ncm_sbessel_integrator_fftl_new (
  guint ell_min,
  guint ell_max
)

Description [src]

Creates a new NcmSBesselIntegratorFFTL.

Parameters

ell_min

Type: guint

Minimum multipole.

ell_max

Type: guint

Maximum multipole.

Return value

Type: NcmSBesselIntegratorFFTL

A new NcmSBesselIntegratorFFTL.

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