Java Matrix Package
Author |
Message |
Skynet
|
Posted: Sun Feb 24, 2008 3:16 pm Post subject: Java Matrix Package |
|
|
I'm exploring 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? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
HellblazerX
|
Posted: Tue Feb 26, 2008 10:45 am Post subject: Re: Java Matrix Package |
|
|
You can check out the javax.vecmath package, but its part of the Java3D library, so you'll probably have to download that as well. |
|
|
|
|
|
|
|