BernsteinExpansions.jl

A Julia package to compute Bernstein coefficients of multivariate polynomials
Author JuliaReach
Popularity
10 Stars
Updated Last
11 Months Ago
Started In
November 2017

BernsteinExpansions.jl

Documentation Status Community License
docs-dev CI codecov gitter license

BernsteinExpansions.jl is a Julia package to compute Bernstein coefficients of multivariate polynomials.

Resources

Installing

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

julia> import Pkg; Pkg.add(url="git@github.com:JuliaReach/BernsteinExpansions.jl")