Matrix library for C++. No dependencies. We made this to use on an STM32.
In the root folder, run the following CMake command: cmake -B build.
This will build the required CMake files in the build subfolder.
Navigate to the build subfolder with cd build and run the command make to compile the C++ code.
Some test cases in tests; build and run with CMake.