A Linear Algebra library for C++. Currently supports:
- Scalar and matrix operations (addition, multiplicaiton, subtraction)
- Matrix and matrix operations
- Transponse and trace of a matrix
- Add determinant and inverse functionality
- Multiplication of non-square matrices