sguazt / dcsxx-control

A set of C++ libraries aimed at providing control theoretic functionalities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dcsxx-control

A set of C++ libraries aimed at providing control theoretic functionalities.

Building

Prerequisites

  • A modern C++98 compiler (e.g., GCC v4.8 or newer is fine)
  • Boost C++ libraries (v1.54 or newer)
  • Boost.Numeric Bindings library (v2 or newer)
  • Boost.uBLASx library (v1 or newer)
  • dcsxx-commons library (v2 or newer)
  • LAPACK Linear Algebra PACKage (v3.5 or newer)
  • [optional] SLICOT Subroutine Library in Systems and Control Theory (v5 or newer)

Compilation

This is a header-only library and thus it does not need to be compiled.

About

A set of C++ libraries aimed at providing control theoretic functionalities.

License:Apache License 2.0


Languages

Language:C++ 97.0%Language:Makefile 1.5%Language:MATLAB 0.9%Language:Shell 0.5%Language:PHP 0.0%