BernsteinExpansions.jl
is a Julia package to compute
Bernstein coefficients of multivariate polynomials.
This package requires Julia v0.6 or later. Refer to the official documentation on how to install it for your system.
To install this package, execute the following command inside Julia's REPL:
Pkg.clone("https://github.com/JuliaReach/BernsteinExpansions.jl")
To checkout the latest version, do
Pkg.checkout("BernsteinExpansions")