BernsteinExpansions.jl

A Julia package to compute Bernstein coefficients of multivariate polynomials
Author JuliaReach
Popularity
7 Stars
Updated Last
3 Years Ago
Started In
November 2017

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