The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Loadable Function: z = gsl_sf_bessel_Jn_array (arg1, arg2, arg3)
Loadable Function: z = gsl_sf_bessel_Jn_array (…)

This routine computes the values of the regular cylindrical Bessel functions J_n(x) for n from nmin to nmax inclusive. The values are computed using recurrence relations for efficiency, and therefore may differ slightly from the exact values.

This function is from the GNU Scientific Library, see http://www.gnu.org/software/gsl/ for documentation.

Package: gsl