octave-maintainers
[Top][All Lists]
Advanced

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

Re: Behavior of mldivide in Octave relative to Matlab


From: Jaroslav Hajek
Subject: Re: Behavior of mldivide in Octave relative to Matlab
Date: Tue, 8 Apr 2008 21:03:07 +0200

>  Only a final note: the case m=50 and n=20000 works in Matlab's A\b whereas
> it fails in Matlab's [Q,R,E]=qr(A) (same problem of exhaustion of the memory
> as in Octave).

I think you can do `[Q,R,E] = qr (A,0)' instead, to get E as
permutation vector rather than matrix.

-- 
RNDr. Jaroslav Hajek
computing expert
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz


reply via email to

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