henjo / slicot
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
slicot /
| name | age | message | |
|---|---|---|---|
| |
README | Wed Jan 14 09:06:57 -0800 2009 | |
| |
control/ | Sun Feb 22 04:52:14 -0800 2009 | |
| |
setup.py | Wed Jan 14 08:59:25 -0800 2009 | |
| |
src/ | Thu Jan 15 10:33:55 -0800 2009 | |
| |
test/ | Thu Jan 15 10:32:31 -0800 2009 |
README
The slicot package contains a numpy wrapper of the slicot control system fortran library. Documentation of the fortran functions can be found at [1] The wrapper was written by Henrik Johansson <henjo2006@gmail.com> Install ------- Pre-requisites are a build tools, a fortran compiler and the lapack library. In Ubuntu 8.11 (Intrepid) these can be installed as: > sudo apt-get build-dep python-scipy To build and install the library: > sudo python setup.py install Usage ----- In python: >>> import slicot References ---------- [1] http://www.icm.tu-bs.de/NICONET/
