Is there a closed form solution for the indefinite integral of an associated Legendre polynomial: $$\int dx\, P_l^m(x)=\,\,?$$
Where the associated polynomial is defined as:
$$P_l^m(x)\equiv (-1)^m\left(1-x^2\right)^{\frac {m}{2}}\frac{d^mP_l(x)}{dx^m},m\ge0$$ $$P_l^{-m}=(-1)^m\frac{(l-m)!}{(l+m)!}P_l^m(x)$$
And $P_l(x)$ is a Legendre polynomial of the first kind:
$$P_l(x)\equiv \frac{1}{2^ll!}\frac{d^l}{dx^l}\left(x^2-1\right)^2$$
For "closed form" I'm including as a function of other well-known special functions. In particular, if possible I would like to have a solution in terms of functions implemented in Boost 1.41.0.
Thanks in advance!