SkillAgentSearch skills...

AssociatedLegendrePolynomials.jl

A library for calculating the Associated Legendre polynomials

Install / Use

/learn @jmert/AssociatedLegendrePolynomials.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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:

  • Native Julia implementation of core routines.

  • Numerical stability and efficiency.

  • Parallelism and efficient memory sharing.

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

Related Skills

View on GitHub
GitHub Stars26
CategoryProduct
Updated1mo ago
Forks2

Languages

Julia

Security Score

95/100

Audited on Jan 28, 2026

No findings