Skip to content

DanielKriz/lingebra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple template based linear algebra library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published