Evgenii B. Rudnyi

Blog http://blog.rudnyi.ru

Home Teaching Programming Publications
      Name                    Last modified       Size  

[DIR] Parent Directory 20-Apr-2011 23:50 - [TXT] COPYING 12-Jan-2005 19:28 18k [TXT] FREE_LICENSE 12-Jan-2005 19:28 1k [TXT] Slicot.m 16-Jan-2005 14:37 5k [TXT] SlicotManual.nb 14-Apr-2006 13:31 36k [   ] SlicotManual.nb.pdf 21-Jan-2006 20:22 713k [TXT] makefile 21-Jan-2006 20:29 1k [TXT] runServer 16-Jan-2005 14:35 1k [TXT] slicot.cpp 16-Apr-2006 22:31 7k [TXT] slicot.tm 15-Apr-2006 22:09 2k

Copyright (C) 2004 Evgenii Rudnyi, http://Evgenii.Rudnyi.Ru/

This software is a copyrighted work licensed under the terms,
described in the file "FREE_LICENSE". 

Use at your own risk.

History:

17 January 2005: Release

21 January 2006: Small changes in documentation

14 April 2006: Small changes in documentation
  Small changes in the code - printing info about SLICOT

Slicot model reduction via Mathlink
===================================

The code allows us to call three model reduction routines from SLICOT
(http://www.slicot.de/) from within Mathematica via Mathlink.

To compile and link the code you need Mathlink, SLICOT and LAPACK
(SLICOT uses LAPACK) libraries. See instructions in SlicotManual.nb.
Makefile was designed for a Sun workstation at IMTEK and it is
necessary to change the location of the libraries.

Files
-----

Slicot.m is a high-level Mathematica interface (requires Post4MOR
installed).

SlicotManual.nb is a manual (requires Post4MOR installed).

You can find the pdf version of SlicotManual with expected output at
http://Evgenii.Rudnyi.Ru/soft/slicot/

slicot.cpp and slicot.tm is the code for the Mathlink interface.

runServer is a script to run a Mathlink application as a server.