slicot

Fortran subroutine library for systems and control theory

brewmacoslinux
Try with needOr install directly
Source

About

Fortran subroutines library for systems and control

Commands

slicot

Examples

Link slicot library in Fortran programs for control system computations$ gfortran -o program program.f90 -L$(brew --prefix slicot)/lib -lslicot
Include slicot headers in C/C++ control applications$ gcc -I$(brew --prefix slicot)/include -c control_app.c -L$(brew --prefix slicot)/lib -lslicot
Access slicot library path for build configuration$ pkg-config --cflags --libs slicot