lamn Subroutine

public subroutine lamn(n, x, nm, bl, dl)

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

! LAMN computes lambda functions and derivatives.

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:

14 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.

Input, real ( kind = 8 ) X, the argument.

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

Output, real ( kind = 8 ) BL(0:N), DL(0:N), the
value of the lambda function and its derivative of orders 0 through N.

Arguments

Type IntentOptional Attributes Name
integer(kind=4) :: n
real(kind=8) :: x
integer(kind=4) :: nm
real(kind=8) :: bl(0:n)
real(kind=8) :: dl(0:n)

Calls

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