Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jverzani/specialpolynomials.jl

Families of polynomials
https://github.com/jverzani/specialpolynomials.jl

Last synced: 18 days ago
JSON representation

Families of polynomials

Awesome Lists containing this project

README

        

# Special Polynomials

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://jverzani.github.io/SpecialPolynomials.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://jverzani.github.io/SpecialPolynomials.jl/dev)
[![Build Status](https://github.com/jverzani/SpecialPolynomials.jl/workflows/CI/badge.svg)](https://github.com/jverzani/SpecialPolynomials.jl/actions)
[![codecov](https://codecov.io/gh/jverzani/SpecialPolynomials.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/jverzani/SpecialPolynomials.jl)

A package providing various polynomial types (assuming different
polynomial bases) beyond the standard basis polynomials in the
[`Polynomials.jl`](https://github.com/JuliaMath/Polynomials.jl) package. This package includes many classic orthogonal
polynomials, the Lagrange and Newton interpolating polynomials, and the
Bernstein polynomials.