lpmn Subroutine

public subroutine lpmn(Mm, m, n, x, Pm, Pd)

Compute the associated Legendre functions Pmn(x) and their derivatives Pmn'(x) for real argument

Arguments

Type IntentOptional Attributes Name
integer :: Mm
integer :: m
integer :: n
real(kind=wp) :: x
real(kind=wp), dimension(0:mm,0:n) :: Pm
real(kind=wp), dimension(0:mm,0:n) :: Pd

Calls

proc~~lpmn~~CallsGraph proc~lpmn specfun_module::lpmn proc~dinf specfun_module::dinf proc~lpmn->proc~dinf