[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Memory exhausted when using \
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: Memory exhausted when using \ |
Date: |
Mon, 16 Jul 2012 11:27:40 -0400 |
On 16 July 2012 08:43, Mathieu Dubois <address@hidden> wrote:
> I was porting some code from Matlab to Octave but I'm facing a "memory
> exhausted" error. I'm using Octave 3.2 on a i386 system (I may have access
> to more powerful systems but I would like to be able to run the code on this
> machine).
>
> This happens when using "\" to solve a linear system. The matrix A is (246
> 710, 49 260) and b is (49 260, 1).
Can you please post the sample code where this happens? We might have
a bug in Octave. I've patched problems in the past where things got
cast to a full matrix when this shouldn't happen.
- Jordi G. H.
- Re: Memory exhausted when using \, (continued)
- Re: Memory exhausted when using \, Martin Helm, 2012/07/21
- Re: Memory exhausted when using \, Jordi Gutiérrez Hermoso, 2012/07/21
- Re: Memory exhausted when using \, Mathieu Dubois, 2012/07/21
- Re: Memory exhausted when using \, Sergei Steshenko, 2012/07/21
- Re: Memory exhausted when using \, Jordi Gutiérrez Hermoso, 2012/07/21
- Re: Memory exhausted when using \, Mathieu Dubois, 2012/07/22
- Re: Memory exhausted when using \, Martin Helm, 2012/07/19
- Re: Memory exhausted when using \, Martin Helm, 2012/07/16
- Re: Memory exhausted when using \, Martin Helm, 2012/07/16
- Re: Memory exhausted when using \, Martin Helm, 2012/07/16
Re: Memory exhausted when using \,
Jordi Gutiérrez Hermoso <=