cikna Subroutine

public subroutine cikna(n, z, nm, cbi, cdi, cbk, cdk)

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

! CIKNA: modified Bessel functions In(z), Kn(z), derivatives, 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:

30 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, integer ( kind = 4 ) N, the order of In(z) and Kn(z).

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

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

Output, complex ( kind = 8 ) CBI((0:N), CDI(0:N), CBK(0:N), CDK(0:N), 
the values of In(z), In'(z), Kn(z), Kn'(z).

Arguments

Type IntentOptional Attributes Name
integer(kind=4) :: n
complex(kind=8) :: z
integer(kind=4) :: nm
complex(kind=8) :: cbi(0:n)
complex(kind=8) :: cdi(0:n)
complex(kind=8) :: cbk(0:n)
complex(kind=8) :: cdk(0:n)

Calls

proc~~cikna~~CallsGraph proc~cikna cikna proc~cik01 cik01 proc~cikna->proc~cik01 proc~msta1 msta1 proc~cikna->proc~msta1 proc~msta2 msta2 proc~cikna->proc~msta2 proc~envj envj proc~msta1->proc~envj proc~msta2->proc~envj