Method

NumCosmoMathSBesselOdeOperatorget_ell_range

Declaration [src]

void
ncm_sbessel_ode_operator_get_ell_range (
  NcmSBesselOdeOperator* op,
  gint* ell_min,
  gint* ell_max
)

Description [src]

Gets the range of angular momentum values [ell_min, ell_max] for which the operator solves. For single-ell operators, ell_min == ell_max.

Parameters

ell_min

Type: gint*

Minimum angular momentum value.

The argument will be set by the function.
ell_max

Type: gint*

Maximum angular momentum value.

The argument will be set by the function.