lyla 0.2

Frank Fischer frank-fischer at shadow-soft.de
Fri May 1 09:59:22 PDT 2009


On 2009-05-01, Robert Fraser <fraserofthenight at gmail.com> 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



More information about the Digitalmars-d-announce mailing list