Associated Legendre functions of the first kind, Pmn(z) and its derivative, Pmn'(z) of order m and degree n. Returns two arrays of size (m+1, n+1) containing Pmn(z) and Pmn'(z) for all orders from 0..m and degrees from 0..n.
Parameters : | m : int
n : int
z : float or complex
|
---|---|
Returns : | Pmn_z : (m+1, n+1) array
Pmn_d_z : (m+1, n+1) array
|