Skip to content

Commit 78d831c

Browse files
Update README
1 parent cb6106b commit 78d831c

File tree

3 files changed

+55
-42
lines changed

3 files changed

+55
-42
lines changed
File renamed without changes.

README.md

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# SLICOT Library
1+
SLICOT Library
2+
==============
3+
4+
Version: 5.9.1
25

36
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6463090.svg)](https://doi.org/10.5281/zenodo.6463090)
47
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://github.com/SLICOT/SLICOT-Reference/blob/main/LICENSE)
@@ -30,22 +33,32 @@ following chapters are currently included:
3033
- **T**: Transformation Routines
3134
- **U**: Utility Routines
3235

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-
4436
The SLICOT Library is built on LAPACK (Linear Algebra PACKage) and
4537
BLAS (Basic Linear Algebra Subprograms) collections. Therefore, these packages
4638
should be available on the platform used.
4739

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+
-----------------
4962

5063
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.
5164

0 commit comments

Comments
 (0)