A command line program with a collection of helpful utilities for operation on matrices.
Provides a simple header file and an example implementation. What the header includes:
- Matrix class with the ability to store 2D vectors of data.
- Overloads for multiplication, addition, and subtraction.
Todo:
- Implement division