Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 291 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 291 Bytes

Linear Algebra Math Library

Simple C++ linear algebra library that I have created for my study of computer graphics.

At the moment it is still incomplete.

Build instructions

cmake -Bbuild -GNinja .
cmake --build build

To run tests:

./build/tests/test_dklib