Results 1 to 8 of 8
Thread: java matrix liberary
- 11-30-2011, 04:45 PM #1
Member
- Join Date
- Nov 2010
- Posts
- 75
- Rep Power
- 0
- 11-30-2011, 05:21 PM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,412
- Blog Entries
- 7
- Rep Power
- 17
Re: java matrix liberary
This was the first result Google gave me: JAMA: Java Matrix Package.
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 11-30-2011, 07:49 PM #3
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,609
- Rep Power
- 5
Re: java matrix liberary
...or Apache Commons Math
- 11-30-2011, 09:31 PM #4
Member
- Join Date
- Nov 2010
- Posts
- 75
- Rep Power
- 0
Re: java matrix liberary
thanks for all of you .. but can anyone tell me how to install it or in which folder should i place it???
- 11-30-2011, 09:33 PM #5
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,609
- Rep Power
- 5
Re: java matrix liberary
Add the library to your classpath: Setting the class path
- 11-30-2011, 11:11 PM #6
Member
- Join Date
- Nov 2010
- Posts
- 75
- Rep Power
- 0
Re: java matrix liberary
i tried but i couldnt set the path correctly... can anyone tell me easily where to place this liberaries??
my javac path is
C:\Program Files\Java\jdk1.6.0_24\bin
- 12-01-2011, 12:15 AM #7
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,609
- Rep Power
- 5
Re: java matrix liberary
You don't set the PATH, you set the CLASSPATH - you can place the library wherever you want, as long as you tell javac and java where to find them, which the above link explains if you are compiling via the command line. If using an IDE, look at the documentation for your IDE
- 12-01-2011, 01:22 PM #8
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
Similar Threads
-
Matrix
By awesom in forum New To JavaReplies: 9Last Post: 10-05-2011, 08:36 PM -
Java array matrix problem.. please help!
By Asvin in forum New To JavaReplies: 5Last Post: 04-11-2011, 07:35 PM -
Sparse matrix in java
By Zerpol in forum New To JavaReplies: 2Last Post: 12-15-2010, 12:35 PM -
help in matrix
By Engineer in forum New To JavaReplies: 7Last Post: 10-06-2010, 01:26 PM -
Help with matrix
By susan in forum New To JavaReplies: 1Last Post: 08-07-2007, 04:37 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks