Make use of CLOS for vector and matrix types Rewrite matrix implementation as column major Verify the computations in rewritten unit tests
Like the vector submodule, it implements + - * operations for matrix, scalar and vector where it makes sense but don't try yet to be efficient. There is also matrix constructors for null and identity matrices and row, col and diag subsets functions.