Functions | |
| function | legendre_normalized_angular (in theta, in lmax) |
| Normalized associated Legendre function for complex arguments. More... | |
| function legendre_normalized_angular | ( | in | theta, |
| in | lmax | ||
| ) |
Normalized associated Legendre function for complex arguments.
The algorithm to compute the functions was taken from "Light Scattering by Systems of Particles, Null-Field Method with Discrete Sources: Theory and Programs" by A. Doicu, T. Wriedt, and Y.A. Eremin
For the normalization convention, see the theory section.
| theta | (float array): polar angles |
| lmax | (int): maximal degree l of P_l^m |
| plm | (cell array): plm{l+1,m+1} contains P_l^m(cos(theta)). |
1.8.13