cjylv Subroutine

public subroutine cjylv(v, z, cbjv, cdjv, cbyv, cdyv)

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

! CJYLV: Bessel functions Jv(z), Yv(z) of complex argument and large order v.

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:

25 July 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, real ( kind = 8 ) V, the order of Jv(z) and Yv(z).

Input, complex ( kind = 8 ) Z, the argument.

Output, complex ( kind = 8 ) CBJV, CDJV, CBYV, CDYV, the values of Jv(z), 
Jv'(z), Yv(z), Yv'(z).

Arguments

Type IntentOptional Attributes Name
real(kind=8) :: v
complex(kind=8) :: z
complex(kind=8) :: cbjv
complex(kind=8) :: cdjv
complex(kind=8) :: cbyv
complex(kind=8) :: cdyv

Calls

proc~~cjylv~~CallsGraph proc~cjylv cjylv proc~cjk cjk proc~cjylv->proc~cjk