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: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #39000] Can't override BLAS XERBLA handler on Windows
Date: Tue, 4 Oct 2016 21:00:05 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36

Update of bug #39000 (project octave):

                Priority:              5 - Normal => 7 - High               

    _______________________________________________________

Follow-up Comment #24:

Windows seems to be more important, but for Linux there is no regression with
file #38631


>> 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
>> single ([ Inf 1234+i ]) \ single (5)
warning: matrix singular to machine precision
ans =
   0
   0
>> [ Inf 1234+i ] \ single (5)
warning: matrix singular to machine precision
ans =
   0
   0
>> [ Inf 1234+i ] \ 5
warning: matrix singular to machine precision
ans =
   0
   0


So does this patch really help the windows users and should this patch go in
the 4.2 release? Then it should happen very soon.

    _______________________________________________________

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]