octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2nd: sparse matrices


From: Paul Kienzle
Subject: Re: 2nd: sparse matrices
Date: Tue, 27 Apr 2004 18:54:03 -0400


On Apr 27, 2004, at 2:37 PM, Andy Adler wrote:

On Mon, 26 Apr 2004, Etienne Grossmann wrote:
About the sparse package in general, its point is, iigc, to avoid
both storing and adding/multiplying/whatever lots of zeros. As the
name 'sparse' says, it is for matrices w/ few nonzeros, not
necessarily 'huge'.

There do exist all sorts of specialized libraries:
   - out of core solvers
   - distributed solvers,
     etc.

It would be interesting for someone to look at these and
think about how to integrate with octave.

Yes, I was thinking about that too.   I'm guessing that out
of core solvers take a long time to complete, so it is not
something that exists in the domain of exploratory analysis
that octave specializes in.  This is a situation in which a
specialized solver as a separate application driven from
data files is in order.  Sure you can use octave to set up
the files and read the results, but I don't see any point in
embedding the code in octave.

Paul Kienzle
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]