-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Description
Hello,
I was evaluating some spherical harmonics implementations and found the implementation here to be competitive with GSL for example (which is great!). Looking at the function sphevaluate
it is easy to see that hidden inside would be an implementation of the associated Legendre polynomials.
The codes does a few extra flops (division/multiplication by pi, cos/sin) and the usual obscure normalization factors :)
It would be great the associated Legendre polynomial can be pulled out, and exported from this package. Maybe even contributed to some other julia package (SpecialFunctions?). It would be a very competitive pure julia implementation.
Any help is appreciated, and thanks for a nice package,
Cheers!
Metadata
Metadata
Assignees
Labels
No labels