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