Evaluate a sequence of exponentially scaled modified Bessel functions of the third kind with fractional order and real argument.
double
representing the fractional order of the function. v
must be less than one in absolute value. 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.
If n
is positive, Bessel.K[I] contains times the value of the Bessel function of order I + v at
x
for I = 0 to n
.
If n
is negative, Bessel.K[I] contains times the value of the Bessel function of order v - I at
x
for I = 0 to n
.
v
is restricted to be less than 1 in absolute value. A total of x
provided n
= x
. (Overflow becomes a problem if x
must be greater than zero. Bessel Class | Imsl.Math Namespace