Is there a library for Linear algebra matrix handling in Java?
- by Mario Ortegón
Is there any libraries in java that allow using mathematical matrices?
I am looking for a library that allows me to perform operations in matrices such as invert, scalar multiplication, linear transformations, etc. etc. etc.
In a nutshell, the operations required for lineal algebra.