Function rgsl::bessel::kl_scaled_array[][src]

pub fn kl_scaled_array(lmax: u32, x: f64, result_array: &mut [f64]) -> Value
Expand description

This routine computes the values of the scaled irregular modified spherical Bessel functions \exp(x) k_l(x) for l from 0 to lmax inclusive for lmax >= 0 and x>0, storing the results in the array result_array. The values are computed using recurrence relations for efficiency, and therefore may differ slightly from the exact values.