Skip to content

Associated Legendre Polynomials #101

@raminammour

Description

@raminammour

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions