Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jverzani/specialpolynomials.jl
- Owner: jverzani
- License: mit
- Created: 2020-03-16T20:31:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T21:56:41.000Z (4 months ago)
- Last Synced: 2024-09-20T21:34:02.046Z (3 months ago)
- Language: Julia
- Size: 796 KB
- Stars: 22
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.