Comments on: Matlab vs Java http://www.terminally-incoherent.com/blog/2006/04/02/matlab-vs-java/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Zloy http://www.terminally-incoherent.com/blog/2006/04/02/matlab-vs-java/#comment-15891 Mon, 07 Jun 2010 23:17:40 +0000 http://www.terminally-incoherent.com/blog/?p=475#comment-15891

Have you tried JAMA? or octave or scilab? in case matlab is too expensive… Right now I’m actually trying to do a NMF by multiplicative updates to a 2500 x 1000 matrix using JAMA, I just have a little problem I’m trying to solve.

Reply  |  Quote
]]>
By: pako http://www.terminally-incoherent.com/blog/2006/04/02/matlab-vs-java/#comment-15838 Fri, 04 Jun 2010 07:06:16 +0000 http://www.terminally-incoherent.com/blog/?p=475#comment-15838

man MATLAB is best thing in the planet i love matlab

Reply  |  Quote
]]>
By: Holger http://www.terminally-incoherent.com/blog/2006/04/02/matlab-vs-java/#comment-14054 Tue, 19 Jan 2010 16:39:34 +0000 http://www.terminally-incoherent.com/blog/?p=475#comment-14054

Have you tried using one of the matrix libraries for Java? JAMA and Colt are not very fast, but ojAlgo, EJML, UJMP and Parallel Colt have good performance for matrix multiplication and transpose.

Hope this helps!

Reply  |  Quote
]]>