help-octave
[Top][All Lists]
Advanced

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

Re: Sparse matrices


From: Stefan van der Walt
Subject: Re: Sparse matrices
Date: Sun, 31 Oct 2004 19:09:26 +0200
User-agent: Mutt/1.5.6+20040722i

Hi Diego

Octave forge currently has sparse matrix functions, based on SuperLU.
This functionality is unfortunately not yet integrated into Octave --
if I recall correctly there there is some discussion as to which
underlying fortran library to use.

If you are interested in the implementation details, look at

http://www.octave.org/octave-lists/archive/octave-maintainers.2004/msg00409.html

where John Eaton expressed his concern over the usage of malloc and
free (instead of new and delete) in the octave forge implementation.
In

http://www.octave.org/octave-lists/archive/octave-maintainers.2004/msg00414.html

Paul Kienzle considered the different fortran libraries available,
indicating that UMFPACK might be a good contender (it is also used by
the leading brand).

Regards
Stefan

On Sun, Oct 31, 2004 at 03:58:10PM +0800, Diego Ruiz wrote:
> Hi there,
> 
> Is there in Octave any tool equivalent to the Matlab's "Sparse 
> Matrix"?
> 
> Thanks,
> Diego



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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