clqmn Subroutine

public subroutine clqmn(Mm, m, n, x, y, Cqm, Cqd)

Compute the associated Legendre functions of the second kind, Qmn(z) and Qmn'(z), for a complex argument

Arguments

Type IntentOptional Attributes Name
integer :: Mm
integer :: m
integer :: n
real(kind=wp) :: x
real(kind=wp) :: y
complex(kind=wp), dimension(0:mm,0:n) :: Cqm
complex(kind=wp), dimension(0:mm,0:n) :: Cqd