cjynb Subroutine

public subroutine cjynb(n, z, nm, cbj, cdj, cby, cdy)

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

! CJYNB: Bessel functions, derivatives, Jn(z) and Yn(z) of complex argument.

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:

03 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 ) N, the order of Jn(z) and Yn(z).

Input, complex ( kind = 8 ) Z, the argument of Jn(z) and Yn(z).

Output, integer ( kind = 4 ) NM, the highest order computed.

Output, complex ( kind = 8 ) CBJ(0:N), CDJ(0:N), CBY(0:N), CDY(0:N), 
the values of Jn(z), Jn'(z), Yn(z), Yn'(z).

Arguments

Type IntentOptional Attributes Name
integer(kind=4) :: n
complex(kind=8) :: z
integer(kind=4) :: nm
complex(kind=8) :: cbj(0:n)
complex(kind=8) :: cdj(0:n)
complex(kind=8) :: cby(0:n)
complex(kind=8) :: cdy(0:n)

Calls

proc~~cjynb~~CallsGraph proc~cjynb cjynb proc~msta1 msta1 proc~cjynb->proc~msta1 proc~msta2 msta2 proc~cjynb->proc~msta2 proc~envj envj proc~msta1->proc~envj proc~msta2->proc~envj

Called by

proc~~cjynb~~CalledByGraph proc~cjynb cjynb proc~ch12n ch12n proc~ch12n->proc~cjynb