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