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.

