Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 515 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 515 Bytes

dcsxx-sysid

A set of C++ libraries aimed at providing system identification 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.uBLASx library (v1 or newer)
  • dcsxx-commons library (v2 or newer)

Compilation

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