Evaluate a sequence of Bessel functions of the first kind with real order and real positive argument.
double
representing the lowest order desired. xnu
must be at least zero and less than 1. double
representing the argument for which the sequence of Bessel functions is to be evaluated. int
representing the order of the last element in the sequence. If order is the highest order desired, set n
to int
(order). A double
array of length n+1 containing the values of the function through the series. Bessel.J[I] contains the value of the Bessel function of order I + v at x
for I=0 to n
.
The Bessel function , is defined to be
This code is based on the work of Gautschi (1964) and Skovgaard (1975). It uses backward recursion.
Bessel Class | Imsl.Math Namespace | Bessel.J Overload List