[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Unidentified subject!
From: |
stevenj |
Subject: |
Unidentified subject! |
Date: |
Mon, 7 Feb 2000 12:30:46 -0500 (EST) |
JWE wrote:
> What do the vendor-specific versions of the BLAS do for this code?
> What does ATLAS do?
ATLAS 3.0beta handles it correctly:
octave:1> [0;0]*[ inf nan ]
ans =
NaN NaN
NaN NaN
octave:2> [ inf; nan ]*[0 0]
ans =
NaN NaN
NaN NaN
I don't know about the vendor BLAS libraries.
Steven
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------