public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* Re: Sparse Matrix math
@ 2002-11-25 10:01 E. Robert Tisdale
  0 siblings, 0 replies; 2+ messages in thread
From: E. Robert Tisdale @ 2002-11-25 10:01 UTC (permalink / raw)
  To: gsl-discuss

Anis Ahmad wrote:

> Are there any plans to add support for Sparse Matrix math?
> There are already free libraries for that purpose (sparselib/iml).
> I thought it would be nice to see GSL including that area as well.

Why should the GSL provide sparse matrix math libraries
if there are already free libraries for that purpose?

Strictly speaking,
a sparse matrix is just a dense matrix with a lot of zeros in it.
The purpose of sparse matrix math library is to

    1. keep track of the non-zero elements and
    2. squeeze the zero elements out of the data representation
    to save storage space.

Consequently, sparse matrix math libraries are about
the actual representation of the data and
the actual implementation of the algorithms.
The problem is that there is no one best representation
or implementation for every application.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Sparse Matrix math
@ 2002-11-24 15:26 Anis Ahmad
  0 siblings, 0 replies; 2+ messages in thread
From: Anis Ahmad @ 2002-11-24 15:26 UTC (permalink / raw)
  To: gsl-discuss


Are there any plans to add support for Sparse Matrix math? There are
already free libraries for that purpose (sparselib/iml). I thought it
would be nice to see GSL including that area as well.


-- Anis Ahmad

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-11-24 23:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-25 10:01 Sparse Matrix math E. Robert Tisdale
  -- strict thread matches above, loose matches on Subject: below --
2002-11-24 15:26 Anis Ahmad

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).