Is there a library for Linear algebra matrix handling in Java?
Posted
by Mario Ortegón
on Stack Overflow
See other posts from Stack Overflow
or by Mario Ortegón
Published on 2008-09-25T20:38:00Z
Indexed on
2010/04/24
15:53 UTC
Read the original article
Hit count: 495
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.
© Stack Overflow or respective owner