Skip to content

Releases: miguelraz/OrthogonalPolynomials.jl

Registering OrthogonalPolynomials.jl

29 May 23:42
Compare
Choose a tag to compare

This is a Julia package to showcase and document the development and deployment of software to evaluate arbitrary order classic Orthogonal Polynomials with a modified algorithm of @horner's method.

The point of this release is to showcase to beginners and aspiring developers how to design, approach, and iterate solving a software implementation problem in Julia and sharing it with the rest of the world.

The finished product should be able to evaluate code at about 200x faster than what is currently best available in ApproxFun.jl.

If all ends well, some parts of this process will end up as a talk at JuliaCon2018 - pending approval.

In total, it comprises over 300 tests to the original code as well as some benchmarks to naive algorithms and established literature. It is noted as in development.

Thanks!