Skip to content

Latest commit

 

History

68 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python wrapper for selected SLICOT routines, notably including solvers for
Riccati, Lyapunov and Sylvester equations.


Prerequisite:
-------------

You will need Numpy, a fortran compiler such as gfortran and BLAS/LAPACK 
libraries for building Slycot.

On Debian derivates you can install all the above with a single command:

# apt-get build-dep python-scipy


Installing:
-----------

Unpack to a directory of your choice, say /path/to/slycot_src/, and execute:

$ cd /path/to/slycot_src/
# python setup.py install

Where # is for commands that needs to be executed as root/administrator. 
If the build fails and you are on a 64bit OS you may want to try

$ cd /path/to/slycot_src/
$ python setup.py config_fc --arch="-march=x86-64" build
# python setup.py install


To-Do:
------
 
- write unit tests
- add examples in the doc-strings

About

Python wrapper for selected SLICOT routines, notably including solvers for Riccati, Lyapunov and Sylvester equations.

Resources

Stars

31 stars

Watchers

6 watching

Forks

Releases

Packages

Used by

Contributors

Languages