Skip to main content

bessel_in_impl

Function bessel_in_impl 

Source
pub fn bessel_in_impl<P, E, V, const NS: usize, const NL: usize, const NF: usize, const N: i32, const SCALED: bool>(
    x: V,
    t: &BesselI<E, NS, NL, NF>,
) -> V
Expand description

$I_N(x)$ for N >= 2, or $e^{-|x|} I_N(x)$ when SCALED.

Thin wrapper over bessel_in_pair_impl, which computes $I_{N-1}$ alongside at no extra cost in the recurrence arm. Callers that want the derivative should take the pair directly.

Last built: 2026-09-08 21:35:55 UTC