lqna Subroutine

public subroutine lqna(n, x, Qn, Qd)

Compute Legendre functions Qn(x) and Qn'(x)

Arguments

Type IntentOptional Attributes Name
integer :: n
real(kind=wp) :: x
real(kind=wp), dimension(0:n) :: Qn
real(kind=wp), dimension(0:n) :: Qd