Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juliareach/bernsteinexpansions.jl
- Owner: JuliaReach
- License: other
- Created: 2017-11-17T20:21:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T20:38:42.000Z (2 months ago)
- Last Synced: 2024-10-17T07:14:49.762Z (2 months ago)
- Topics: bernstein, intervals, polynomials
- Language: Julia
- Homepage: https://juliareach.github.io/BernsteinExpansions.jl/
- Size: 343 KB
- Stars: 10
- Watchers: 6
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
```