Function rgsl::bessel::jl_steed_array[][src]

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

This routine uses Steed’s method to compute the values of the regular spherical Bessel functions j_l(x) for l from 0 to lmax inclusive for lmax >= 0 and x >= 0, storing the results in the array result_array. The Steed/Barnett algorithm is described in Comp. Phys. Comm. 21, 297 (1981). Steed’s method is more stable than the recurrence used in the other functions but is also slower.