jmert / AssociatedLegendrePolynomials.jl

A library for calculating the Associated Legendre polynomials
https://jmert.github.io/AssociatedLegendrePolynomials.jl/
MIT License
20 stars 2 forks source link
associated-legendre-polynomials julia julialang legendre-polynomials special-functions

AssociatedLegendrePolynomials.jl — Calculating Associated Legendre Polynomials

Documentation Build Status DOI

AssociatedLegendrePolynomials.jl is a library for computing the Associated Legendre Polynomials.

Design goals of this package include:

Installation and usage

Installation and loading is as easy as:

pkg> add AssociatedLegendrePolynomials

julia> using AssociatedLegendrePolynomials

# or on julia >= v1.6, importing to a shorter name is possible:

julia> import AssociatedLegendrePolynomials as Legendre

julia> using .Legendre