Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 319 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 319 Bytes

PyZonotope

Zonotopes implementation in Python. Supports the use of CVXPY.

Author: Alessio Russo (alessior@kth.se)

How to use

Download the repo, and install using pip. See the examples in the examples folder.

Requirements: numpy, scipy and cvxpy.

To do

  • Improve matrix zonotopes multiplication