/linearAlgebra_MA

Linear algebra library to manage 2d matrices

Primary LanguageC++MIT LicenseMIT

linearAlgebra_MA

Linear algebra library to manage 2d matrices

Build instructions

Configure project:

mkdir build/
cmake -S . -B build/

Build the project:

cmake --build build

Run tests

./build/linear_algebra_ma_unit_tests