Matrix/Linear Algebra Library?
Benji Smith
dlanguage at benjismith.net
Thu Oct 2 20:36:06 PDT 2008
Oliver Dathe wrote:
> Sure you need SVD? Often it is used for least squares fitting or
> pseudoinverse. So depending on what you are doing there may be weaker
> alternatives like Moore-Penrose pseudoinverse.
Yeah, actually, I definitely need SVD. I'm putting together an LSA
algorithm for a machine-learning project.
My first instinct was to use Colt & JAMA (both Java libs) since the rest
of the project is in Java. But I thought it would be interesting to
compare the Java implementation with one in D, both performance-wise and
API-wise.
Thanks, everybody, for your quick responses!
--benji
More information about the Digitalmars-d
mailing list