cjk Subroutine

public subroutine cjk(km, a)

************80

! CJK: asymptotic expansion coefficients for Bessel functions of large order.

Licensing:

This routine is copyrighted by Shanjie Zhang and Jianming Jin.  However, 
they give permission to incorporate this routine into a user program 
provided that the copyright is acknowledged.

Modified:

01 August 2012

Author:

Shanjie Zhang, Jianming Jin

Reference:

Shanjie Zhang, Jianming Jin,
Computation of Special Functions,
Wiley, 1996,
ISBN: 0-471-11963-6,
LC: QA351.C45.

Parameters:

Input, integer ( kind = 4 ) KM, the maximum value of K.

Output, real ( kind = 8 ) A(L), the value of Cj(k) where j and k are 
related to L by L = j+1+[k*(k+1)]/2; j,k = 0,1,...,Km.

Arguments

Type IntentOptional Attributes Name
integer(kind=4) :: km
real(kind=8) :: a(*)

Called by

proc~~cjk~~CalledByGraph proc~cjk cjk proc~ciklv ciklv proc~ciklv->proc~cjk proc~cjylv cjylv proc~cjylv->proc~cjk