help-octave
[Top][All Lists]
Advanced

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

Re: Slow sparse matrix multiplication


From: Andy Adler
Subject: Re: Slow sparse matrix multiplication
Date: Thu, 10 Mar 2005 16:24:59 -0500 (EST)

On Thu, 10 Mar 2005, Richard Hindmarsh wrote:

>  For 3D PDE applications, e.g. the 3D Laplacian on a cubic grid,
> densities are 7/m^3 where m is the number of grids along the size.
> Densities are < 0.001 for m <~19. There may be a case for investigating
> a density-dependent multipication strategy.

Yes, that would be a good idea. Such a strategy would be easy
to test for (if nnz(A) > thresh * prod(size(A)) ).

I took a look at the code, and remembered that this wasn't the easiest
stuff to debug. Pointers, pointers, everywhere ...
--
Andy Adler




-------------------------------------------------------------
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]