help-octave
[Top][All Lists]
Advanced

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

Re: Octave QR factorization


From: John W. Eaton
Subject: Re: Octave QR factorization
Date: Wed, 17 Dec 2003 14:40:34 -0600

On 17-Dec-2003, address@hidden <address@hidden> wrote:

| * Matlab does some behind-the-scenes tweaking of their definition of
|   equality on reals depending on the OS/hardware/software combination.

I hope not, because if two numbers compare equal, I expect that
comparison to be good right down to the last bit.  If you want fuzzy
comparison, then you should be using something other than ==.

If Matlab gets it "right" on x86 hardware, then perhaps it does not
use the internal 80-bit register operations.  Does anyone know of a
way to do that with gcc without using -ffloat-store?  (I'd rather not
use -ffloat-store by default due to the potential performance
penalty.)

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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