help-octave
[Top][All Lists]
Advanced

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

Re: isolating a special case


From: Dushan Mitrovich
Subject: Re: isolating a special case
Date: Thu, 06 Dec 2007 23:42:07 -0700
User-agent: VSoup v1.2.9.48Beta [OS/2]

Przemek Klosowski <address@hidden> wrote:
>       fieldmatrix = (range<0.1)*selffield + (0.1<=range)*otherfield
>
> Make selffield a sparse matrix? It's still wasteful in that it does
> uneeded sparse matrix lookups and adds the resulting zeros.

I'll take a look at this option.  Right now I'm exploring using switch/case
to see how well that might work.  Thanks for the suggestion.

- Dushan



reply via email to

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