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

Reply via email to