
-----------------------------------
Skynet
Sun Feb 24, 2008 3:16 pm

Java Matrix Package
-----------------------------------
I'm exploring [url=http://math.nist.gov/javanumerics/jama/]JAMA as a library for doing matrix math. Has anyone used something different? I'm only looking for basic operators - determinants, square inversions, transposes, scalar/matrix multiplication, addition, subtraction. Eigenvalues & various decompositions would be helpful, but I don't need them quite yet.

Any suggestions?

-----------------------------------
HellblazerX
Tue Feb 26, 2008 10:45 am

Re: Java Matrix Package
-----------------------------------
You can check out the [url=http://java.sun.com/products/java-media/3D/forDevelopers/J3D_1_3_API/j3dapi/index.html]javax.vecmath package, but its part of the Java3D library, so you'll probably have to download that as well.
