assignment

Implementation of a matrix library. Requires a C++ compiler and cmake>=3.14. Tests use googletest.

Instructions

To build:

mkdir build
cd build
cmake ../
make

To run assignment:

./assignment

To run tests:

./test_matlib