octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #39000] Can't override BLAS XERBLA handler on


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #39000] Can't override BLAS XERBLA handler on Windows
Date: Sun, 2 Oct 2016 15:52:23 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40

Follow-up Comment #23, bug #39000 (project octave):

That latest patch (file #38631) seems to work fine in a --enable-windows-64
cross build:

>> format compact  ## get rid of empty lines
>> [ Inf 1234 ] \ 5
warning: matrix singular to machine precision
ans =
   0
   0
>> [ Inf 1234 ] \ single (5)
warning: matrix singular to machine precision
ans =
   0
   0
>> single ([ Inf 1234 ]) \ single (5)
warning: matrix singular to machine precision
ans =
   0
   0
>>


I'm no C++ style expert but it looks good enough to me.

Should the "[ inf 2345 ] / 5" case be included as a test to be able to detect
regressions?


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39000>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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