Method

NumCosmoMathSBesselOdeOperatorreset

Declaration [src]

void
ncm_sbessel_ode_operator_reset (
  NcmSBesselOdeOperator* op,
  gdouble a,
  gdouble b,
  gint ell_min,
  gint ell_max
)

Description [src]

Resets the operator with new structural parameters without modifying the reference count. Clears all factorization state, rotations, and convergence state, but preserves allocated capacities for efficiency. After reset, the operator behaves exactly like a freshly created one.

Parameters

a

Type: gdouble

New left endpoint of interval.

b

Type: gdouble

New right endpoint of interval.

ell_min

Type: gint

New minimum angular momentum.

ell_max

Type: gint

New maximum angular momentum.