This is documentation for an old release of SciPy (version 0.10.0). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.special.lqmn
-
scipy.special.lqmn(m, n, z)
Associated Legendre functions of the second kind, Qmn(z) and its
derivative, Qmn’(z) of order m and degree n. Returns two
arrays of size (m+1,n+1) containing Qmn(z) and Qmn’(z) for
all orders from 0..m and degrees from 0..n.
z can be complex.