Skip to content

JuliaReach/BernsteinExpansions.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BernsteinExpansions.jl

Documentation Status Community License
docs-dev CI codecov aqua zulip 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")