CPP Linear Algebra ToolBox  0.1.0
Linear Algebra ToolBox

language-cpp build docs License GitHub tag (latest by date)

A template repository for C++ projects

Building sources

Windows

To Be Completed

Unix systems

Require: cmake ; g++ ; (opt) valgrind

mkdir build
cd build
cmake ..
make
make test
(Opt) make memcheck

MacOs

To Be Completed

Documentation

The project documentation is automatically generated by github and served at this page.

Nevertheless, you can generate (UNIX only) the documentation using the target

(Require) sudo apt install -y doxygen graphviz plantuml
make docs

which will compile the documentation and open your browser to display the main page.

Credits

Portions of this software are copyright of their respective authors :

  • Documentation theme is made by jothepro - MIT License