help-octave
[Top][All Lists]
Advanced

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

Re: Memory exhausted when using \


From: Mathieu Dubois
Subject: Re: Memory exhausted when using \
Date: Mon, 16 Jul 2012 16:38:44 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.10

Le 16/07/2012 16:23, marco atzeri a écrit :
On 7/16/2012 4:02 PM, Mathieu Dubois wrote:

op1 is 246710x49260, op2 is 246710x1

wrong vector or the matrix should be transposed to 49260x246710 ?

could you check

size(A)
size(b)
A is 246710 x 49260.
b is 246710 x 1.

pcg(A', b) or pcg(A, b') gives the same error.

Regards
Marco
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave



reply via email to

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