From help-octave-request at bevo dot che dot wisc dot edu Mon Feb 7 11:28:39 2000 Subject: Unidentified subject! From: stevenj at gil-galad dot mit dot edu To: help-octave at bevo dot che dot wisc dot edu 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 -----------------------------------------------------------------------