Matrix/Linear Algebra Library?

Benji Smith dlanguage at benjismith.net
Thu Oct 2 14:50:08 PDT 2008


Does anyone have a recommendation for a linear algebra library in D?

I need to do a singular value decomposition on large sparse matrices 
(approx 100,000 x 100,000).

I've glanced at the Blade library, on DSource, but my linear algebra is 
a bit rusty, and I can't tell whether the library simply lacks the 
ability to do an SVD or whether it can be done, but only by composing 
other operations.

Thanks!

--benji



More information about the Digitalmars-d mailing list