clpn Subroutine

public subroutine clpn(n, x, y, Cpn, Cpd)

Compute Legendre polynomials Pn(z) and their derivatives Pn'(z) for a complex argument

Arguments

Type IntentOptional Attributes Name
integer :: n
real(kind=wp) :: x
real(kind=wp) :: y
complex(kind=wp), dimension(0:n) :: Cpn
complex(kind=wp), dimension(0:n) :: Cpd