help-octave
[Top][All Lists]
Advanced

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

Re: Memory exhausted when using \


From: Martin Helm
Subject: Re: Memory exhausted when using \
Date: Sat, 21 Jul 2012 13:55:24 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120601 Thunderbird/13.0

Am 21.07.2012 11:21, schrieb Mathieu Dubois:
> And with the file I send, all tests (make check) run fine.
>
Yes it does run fine and it looks consistent in what it does

octave:3> load memory-exhausted
octave:4> x=A\b;
nr 243458, nc 46008, nz 562093, maxnz 562093, (nz < maxnz ? nz : maxnz)
562093
nr 243458, nc 1, nz 11533, maxnz 11533, (nz < maxnz ? nz : maxnz) 11533
nr 3252, nc 46008, nz 3252, maxnz 3252, (nz < maxnz ? nz : maxnz) 3252
nr 3252, nc 1, nz 3252, maxnz 11533, (nz < maxnz ? nz : maxnz) 3252
nr 3252, nc 3252, nz 3252, maxnz 3252, (nz < maxnz ? nz : maxnz) 3252
nr 3252, nc 1, nz 3252, maxnz 11533, (nz < maxnz ? nz : maxnz) 3252
octave:5>

Elapsed time is 40.0484 seconds on my subnotebook (ThinkPad E320,
i3-2350), but that's a different topic, the algorithm chosen seems to
fit the special structure of your matrix not very well.
Not sure what to do with the archive you attached, I will look at that
later.




reply via email to

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