Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 565 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 565 Bytes

std_e

std_e (for "standard extended") is a C++ library. It contains general-purpose data structures and algorithms (multi-dimensional arrays, graph algorithms, utilities...).

The documentation can be found here

Build and install

  1. git clone https://gitlab.onera.net/informatics/algo/std_e
  2. cd std_e
  3. git submodule update --init (needed to retrieve submodules)
  4. Use cmake to configure, build and install

License

std_e is available under the MPL-2.0 license.