Frank Fischer wrote:
On 2009-05-01, Robert Fraser <[email protected]> wrote:
Frank Fischer wrote:
LYLA is a matrix and linear-algebra library for large scale matrices.
AWESOME.
Have sparse been implemented yet? I don't see them in the code tree?
Yes, currently one sparse-format is implemented. The default type
aliases for double values are called DRowSparse and DColSparse defined
in module lyla.Matrix.
But be warned, most operations (like adding two sparse matrices) are
currently *not* optimised for sparse matrices and not as fast as they
could be.
Frank
http://www-user.tu-chemnitz.de/~fifr/repos/lyla-d/src/lyla/Matrix.d
doesn't mention it. I haven't done a checkout; so I'm guessing there's
just something wrong with the HTML view or something. OK, thanks!