can you recommend a good and fast way of calculating the solutions
of linear equations in JRuby, including singular value decompositions of
matrices (Singular value decomposition - Wikipedia) ?
I’d go for Colt. If it’s good enough for CERN it should be good enough
for everyone
latest change on Colt == Sep 10, 2004.
last change on Jama == July 13, 2005
no-one doing serious numerical work, uses Java. almost by definition.
and both of these packages, seem to be fragile/underdeveloped.
Since FFI works with Jruby, I’d be inclined to roll your own limited
linear algebra toolkit. take a look at linalg.rubyforge.org to see how
this was done with MRI 1.8
latest change on Colt == Sep 10, 2004.
last change on Jama == July 13, 2005
no-one doing serious numerical work, uses Java. almost by definition. and
both of these packages, seem to be fragile/underdeveloped.
Well, the basics of linear algebra like matrix operations are pretty
stable. These are more or less standard operations like + or - so
there’s no reason why there should be ongoing development in this area
if the existing software works correctly, which it probably does if
CERN uses it.
–
Viele Grüße / Best regards,
Björn Wilmsmann
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.