All Projects → SLICOT → SLICOT-Reference

SLICOT / SLICOT-Reference

Licence: BSD-3-Clause license
SLICOT - A Fortran subroutines library for systems and control

Programming Languages

fortran
972 projects

Projects that are alternatives of or similar to SLICOT-Reference

mathematics-for-machine-learning-coursera
quizzes/assignments for mathematics for machine learning specialization on coursera
Stars: ✭ 264 (+1289.47%)
Mutual labels:  linear-algebra, eigenvalues
eigenvalues
symmetric matrices algorithms to compute eigenvalue/eigenvector pairs
Stars: ✭ 26 (+36.84%)
Mutual labels:  linear-algebra, eigenvalues
monolish
monolish: MONOlithic LInear equation Solvers for Highly-parallel architecture
Stars: ✭ 166 (+773.68%)
Mutual labels:  linear-algebra, lapack
SymbolicControlSystems.jl
An interface between ControlSystems.jl and SymPy.jl
Stars: ✭ 20 (+5.26%)
Mutual labels:  control-systems, filtering
linalg
Linear algebra library based on LAPACK
Stars: ✭ 42 (+121.05%)
Mutual labels:  linear-algebra, lapack
ArnoldiMethod.jl
Implicitly Restarted Arnoldi Method, natively in Julia
Stars: ✭ 59 (+210.53%)
Mutual labels:  linear-algebra, eigenvalues
MatlabJuliaMatrixOperationsBenchmark
Benchmark MATLAB & Julia for Matrix Operations
Stars: ✭ 21 (+10.53%)
Mutual labels:  linear-algebra, lapack
GenericSchur.jl
Julia package for Schur decomposition of matrices with generic element types
Stars: ✭ 14 (-26.32%)
Mutual labels:  linear-algebra, eigenvalues
Pontryagin-Differentiable-Programming
A unified end-to-end learning and control framework that is able to learn a (neural) control objective function, dynamics equation, control policy, or/and optimal trajectory in a control system.
Stars: ✭ 111 (+484.21%)
Mutual labels:  control-systems, system-identification
Eigen Git Mirror
THIS MIRROR IS DEPRECATED -- New url: https://gitlab.com/libeigen/eigen
Stars: ✭ 1,659 (+8631.58%)
Mutual labels:  linear-algebra, lapack
LTVModels.jl
Tools to estimate Linear Time-Varying models in Julia
Stars: ✭ 14 (-26.32%)
Mutual labels:  control-systems, system-identification
mfi
Modern Fortran Interfaces to BLAS and LAPACK
Stars: ✭ 31 (+63.16%)
Mutual labels:  linear-algebra, lapack
control
Control in C++
Stars: ✭ 17 (-10.53%)
Mutual labels:  control-systems, system-identification
scalapack
ScaLAPACK development repository
Stars: ✭ 57 (+200%)
Mutual labels:  linear-algebra, lapack
FARNN
Code that trains cancer soft-robot networks
Stars: ✭ 15 (-21.05%)
Mutual labels:  control-systems, system-identification
Gosl
Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations.
Stars: ✭ 1,629 (+8473.68%)
Mutual labels:  linear-algebra, eigenvalues
linnea
Linnea is an experimental tool for the automatic generation of optimized code for linear algebra problems.
Stars: ✭ 60 (+215.79%)
Mutual labels:  linear-algebra, lapack
Tensor
A library and extension that provides objects for scientific computing in PHP.
Stars: ✭ 146 (+668.42%)
Mutual labels:  linear-algebra, lapack
hicma
HiCMA: Hierarchical Computations on Manycore Architectures
Stars: ✭ 21 (+10.53%)
Mutual labels:  linear-algebra
greentunnel4jvm
Green Tunnel Alternative for JVM Languages
Stars: ✭ 15 (-21.05%)
Mutual labels:  filtering

SLICOT Library

DOI License

SLICOT - Subroutine Library In COntrol Theory - is a general purpose basic mathematical library for control theoretical computations. The library provides tools to perform essential system analysis and synthesis tasks. The main emphasis in SLICOT is on numerical reliability of implemented algorithms and the numerical robustness and efficiency of routines. Providing algorithmic flexibility and the use of rigorous implementation and documentation standards are other SLICOT features.

The SLICOT Library is available as standard Fortran 77 code in double precision. Each user-callable subroutine for control computations is accompanied by an example program which illustrates the use of the subroutine and can act as a template for the user's own routines.

The SLICOT Library is organized by chapters, sections and subsections. The following chapters are currently included:

A : Analysis Routines

B : Benchmark and Test Problems

D : Data Analysis

F : Filtering

I : Identification

M : Mathematical Routines

N : Nonlinear Systems (not yet available, except for some auxiliary routines for Wiener systems)

S : Synthesis Routines

T : Transformation Routines

U : Utility Routines

SLICOT Library Root Directory contains few, basic files for the SLICOT Library distribution and generation. When distributed, SLICOT software comes with several filled-in subdirectories (benchmark_data, doc, examples, src, and src_aux), and the following files in this root directory:

  • this file, README.md,

  • the contributors to the library and financial support, Contributors.md,

  • the license file, LICENSE, and

  • the main SLICOT Library documentation index, libindex.html.

After software installation, this directory will also contain the library file slicot.a or slicot.lib, for Unix or Windows platforms, respectively. The library file could then be linked in applications programs, as usual. Specific examples are contained in the directory examples. The on-line documentation of the SLICOT user's callable routines is accessible via the main SLICOT Library documentation index, libindex.html. This file also contains a link to the documentation of the lower-level, support routines.

The SLICOT Library is built on LAPACK (Linear Algebra PACKage) and BLAS (Basic Linear Algebra Subprograms) collections. Therefore, these packages should be available on the platform used.

Basic References:

  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.

  2. S. Van Huffel, V. Sima, A. Varga, S. Hammarling, and F. Delebecque, "Development of High Performance Numerical Software for Control", IEEE Control Systems Magazine, Vol. 24, Nr. 1, Feb., pp. 60-76, 2004.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].