Functions | |
| function | legendre_normalized_trigon (in ct, in st, in lmax) |
| Normalized associated Legendre function for complex arguments. More... | |
| function legendre_normalized_trigon | ( | in | ct, |
| in | st, | ||
| 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.
| ct | (float array): cos(theta) |
| st | (float array): sin(theta) |
| 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