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? |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
HellblazerX
![](http://www.plamania.co.kr/shopimages/plmtest/2910040000213.jpg)
|
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. |
|
|
|
|
![](images/spacer.gif) |
|
|