Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 268 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 268 Bytes

Carlos' C++ Multi Linear Algebra

Carlos' C++ implementation of linear algebra methods. This a work in progress.

Dependencies

  • cmake
  • gtest (for testing, included)

Build

$ cmake -S . -B build

$ cmake --build build

Run Tests

cd build && ctest