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: Tue, 17 Jul 2012 11:48:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120601 Thunderbird/13.0

Am 16.07.2012 17:02, schrieb Mathieu Dubois:
> AFAI, if the system is not square A\b returns a minimum norm
> solution... As I want the same output I need to compute the minimum
> norm solution.

Mathieu,

did you simply try?

X = lsqrSOL(rows(A), columns(A), A, b, 0, 1e-9, 1e-9, 1e8, 1000, 1);

with the lsqrSOL I gave the link to, it is just a  .m file which you can
put in your current working directory, no fancy installation or so needed.
Since I am myself interested in that function and if you don't mind you
can save your matrix and vector with octave's save command and upload it
somewhere, I would then check how this function performs on your data.



reply via email to

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