Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.57 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.57 KB

BernsteinExpansions.jl

Build Status Docs latest license Code coverage Join the chat at https://gitter.im/JuliaReach/Lobby

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")