Skip to content

Latest commit

 

History

History

README.md

C++ Matrix Library

Testing

This project uses the c++ standard library cassert library to run tests.

How to run tests

run command:

make test-all

Benchmarks

This project uses google/benchmark to run benchmarks.

How to run benchmarks

make bench-all