Java Matrix API capable of performing linear algebraic and basic operations matrices.
#How to use API
You can clone this repo and obtain API contents
#How to test
Testing was implemented using JUnit, there is a test for each method in the API. Simply run MatrixTest.java to run JUnit tests