An implementation of a simple 2D Matrix library with testing.
Simply create a build directory and run cmake, e.g.:
> mkdir build
> cd build && cmake .. && make
To run all tests, run make test from the build directory:
> cd build && make test
To run the tests, one needs testfiles. The structure of the testfile is described in the testfile.template file.