|
1 | | -# SLICOT Library |
| 1 | +SLICOT Library |
| 2 | +============== |
| 3 | + |
| 4 | +Version: 5.9.1 |
2 | 5 |
|
3 | 6 | [](https://doi.org/10.5281/zenodo.6463090) |
4 | 7 | [](https://github.com/SLICOT/SLICOT-Reference/blob/main/LICENSE) |
@@ -30,22 +33,32 @@ following chapters are currently included: |
30 | 33 | - **T**: Transformation Routines |
31 | 34 | - **U**: Utility Routines |
32 | 35 |
|
33 | | -The SLICOT Library Root Directory contains few, basic files for the SLICOT |
34 | | -Library distribution and generation. When distributed, SLICOT software comes |
35 | | -with several filled-in subdirectories (`benchmark_data`, `doc`, `examples`, |
36 | | -and `src`), and the following files in this root directory: |
37 | | - |
38 | | -- this file, `README.md`, |
39 | | -- the install instructions, `INSTALL.md` |
40 | | -- the contributors to the library and financial support, `Contributors.md`, |
41 | | -- the license file, `LICENSE`, and |
42 | | -- the main SLICOT Library documentation index, `libindex.html`. |
43 | | - |
44 | 36 | The SLICOT Library is built on LAPACK (Linear Algebra PACKage) and |
45 | 37 | BLAS (Basic Linear Algebra Subprograms) collections. Therefore, these packages |
46 | 38 | should be available on the platform used. |
47 | 39 |
|
48 | | -**Basic References:** |
| 40 | +License |
| 41 | +------- |
| 42 | +SLICOT is licensed under the [BSD-3 clause license](./LICENSE). |
| 43 | + |
| 44 | +Installation |
| 45 | +------------ |
| 46 | +See [INSTALL.md](./INSTALL.md) |
| 47 | + |
| 48 | +Release Notes |
| 49 | +------------- |
| 50 | +See [ReleaseNotes.md](./ReleaseNotes.md) |
| 51 | + |
| 52 | +Contributors and Financial Support |
| 53 | +---------------------------------- |
| 54 | +See [Contributors.md](./Contributors.md) |
| 55 | + |
| 56 | +Documentation |
| 57 | +------------- |
| 58 | +The documentation is provided as HTML documentation in `libindex.html`. |
| 59 | + |
| 60 | +Basic References: |
| 61 | +----------------- |
49 | 62 |
|
50 | 63 | 1. P. Benner, V. Mehrmann, V. Sima, S. Van Huffel, and A. Varga, "SLICOT - A Subroutine Library in Systems and Control Theory", Applied and Computational Control, Signals, and Circuits (Birkhauser), Vol. 1, Ch. 10, pp. 505-546, 1999. |
51 | 64 |
|
|
0 commit comments