Simple Linear Algebra Class for Java, mostly with Static Methods
Just download the class and use it in your project. No external dependencies.
Matrix inversion, multiplication, subtraction, factorization, transpose, and more
LinAlg aims for simplicity, but in the small benchmarks I ran it outperformed Matlab by a wide margin!
The QR factoring method needs to be improved for rectangular matrices