This is the mail archive of the gsl-discuss@sourceware.org mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Help-gsl] sparse matrices (again)


At Sat, 5 May 2007 16:05:08 +0400,
Andrew Makhorin wrote:
> As it seems to me, it would be very useful to provide GSL at least
> with data structures defining three most commonly used formats for
> general sparse matrices, namely, coordinate format, compressed row
> storage, and compressed column storage, as well as two formats for
> sparse vectors based on compressed vector storage, and a minimal set
> of some basic functions. This would standardize representation of
> sparse objects within the GSL library and make it possible to use
> such data structures on developing sparse linear algebra software
> based on GSL.

Thanks for the suggestions.  Sorry for the delay in replying.

It might be feasible to add sparse matrix and vector datatypes and a
sparse blas, without adding any specific solver algorithms (which is
what I'd like to avoid).

If this was added to GSL, would you want to use it in GLPK, or is it
just something you thought would be generally useful to users of GSL?

-- 
Brian Gough


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]