matrices and linear algebra

is there a class that provides algorithms for handling matrices ( such as SVD, eignvalue decomposition and more... )
[123 byte] By [shlumperona] at [2007-9-28 4:57:04]
# 1
Not in the SDK. Have a look at NIST's Jama.
YATArchivista at 2007-7-8 0:30:38 > top of Java-index,Other Topics,Algorithms...
# 2
I don't know excactly what you wan't to do... but try with the class AffineTransform in java.awt.geom.... Good luck!Mapathe
Mapathe1a at 2007-7-8 0:30:38 > top of Java-index,Other Topics,Algorithms...
# 3

Hello!

Try this library. It contains a lots of useful thing.

Haven't worked with much thought. But I will!!

I also take the opportunity to show my irritation over that we, as

numerical numbercrunchers doesn't really fel that mathematical computation is taken seriously in the world of Java. Why? ( don't come

and tell me that I can use JNI, I want Java not c)

I my area, financial enginnering I can see more apps. coming up i the

.net-world than there exist in the Java. Should I change?

Or am I wrong?

/JQ

JohanQa at 2007-7-8 0:30:38 > top of Java-index,Other Topics,Algorithms...
# 4
upps!forgot the most important, the adress to the Colt-library: http://hoschek.home.cern.ch/hoschek/colt/index.htm/JQ
JohanQa at 2007-7-8 0:30:38 > top of Java-index,Other Topics,Algorithms...