Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 943 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 943 Bytes

slicotr - An R interface to the SLICOT library.

A wrapper for the SLICOT control library, leaning heavily on the slycot python project.

SLICOT provides a large number of robust and stable numerical algorithms for computations of relevance to control theory and linear dynamic systems.

Of particular note are the solvers for Riccati, Lyapunov and Sylvester equations.

Installation

You can install the development version from github using devtools:

# install.packages("devtools")
devtools::install_github("rjhknight/slicotr")

The installation requires compiliation of a large number of fortran files.

References