Function rgsl::bessel::sequence_Jnu[][src]

pub fn sequence_Jnu(nu: f64, mode: Mode, v: &mut [f64]) -> Value
Expand description

This function computes the regular cylindrical Bessel function of fractional order \nu, J_\nu(x), evaluated at a series of x values. The array v of length size contains the x values. They are assumed to be strictly ordered and positive. The array is over-written with the values of J_\nu(x_i).