lpmv0 Subroutine

public subroutine lpmv0(v, m, x, Pmv)

Compute the associated Legendre function Pmv(x) with an integer order and an arbitrary nonnegative degree v

Arguments

Type IntentOptional Attributes Name
real(kind=wp) :: v
integer :: m
real(kind=wp) :: x
real(kind=wp) :: Pmv

Calls

proc~~lpmv0~~CallsGraph proc~lpmv0 specfun_module::lpmv0 proc~psi_spec specfun_module::psi_spec proc~lpmv0->proc~psi_spec

Called by

proc~~lpmv0~~CalledByGraph proc~lpmv0 specfun_module::lpmv0 proc~lpmv specfun_module::lpmv proc~lpmv->proc~lpmv0