Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juliareach/bernsteinexpansions.jl

Computing Bernstein coefficients of multivariate polynomials in Julia
https://github.com/juliareach/bernsteinexpansions.jl

bernstein intervals polynomials

Last synced: about 2 months ago
JSON representation

Computing Bernstein coefficients of multivariate polynomials in Julia

Awesome Lists containing this project

README

        

# BernsteinExpansions.jl

| **Documentation** | **Status** | **Community** | **License** |
|:-----------------:|:----------:|:-------------:|:-----------:|
| [![docs-dev][dev-img]][dev-url] | [![CI][ci-img]][ci-url] [![codecov][cov-img]][cov-url] [![aqua][aqua-img]][aqua-url] [![dev-commits][dev-commits-url]][dev-commits-target] | [![zulip][chat-img]][chat-url] | [![license][lic-img]][lic-url] |

[dev-img]: https://img.shields.io/badge/docs-latest-blue.svg
[dev-url]: https://juliareach.github.io/BernsteinExpansions.jl/dev/
[ci-img]: https://github.com/JuliaReach/BernsteinExpansions.jl/workflows/CI/badge.svg
[ci-url]: https://github.com/JuliaReach/BernsteinExpansions.jl/actions/workflows/test-master.yml
[cov-img]: https://codecov.io/github/JuliaReach/BernsteinExpansions.jl/coverage.svg
[cov-url]: https://app.codecov.io/github/JuliaReach/BernsteinExpansions.jl
[aqua-img]: https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg
[aqua-url]: https://github.com/JuliaTesting/Aqua.jl
[dev-commits-url]: https://img.shields.io/github/commits-since/JuliaReach/BernsteinExpansions.jl/latest.svg
[dev-commits-target]: https://github.com/JuliaReach/BernsteinExpansions.jl
[chat-img]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
[chat-url]: https://julialang.zulipchat.com/#narrow/stream/278609-juliareach
[lic-img]: https://img.shields.io/github/license/mashape/apistatus.svg
[lic-url]: https://github.com/JuliaReach/BernsteinExpansions.jl/blob/master/LICENSE

`BernsteinExpansions.jl` is a [Julia](http://julialang.org) package to compute
Bernstein coefficients of multivariate polynomials.

## Resources

- [Manual](http://juliareach.github.io/BernsteinExpansions.jl/latest/)
- [Contributing](https://juliareach.github.io/BernsteinExpansions.jl/latest/about/#Contributing)

## Installing

To install this package, execute the following command inside Julia's REPL:

```julia
julia> import Pkg; Pkg.add(url="[email protected]:JuliaReach/BernsteinExpansions.jl")
```