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

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

[Octave-bug-tracker] [bug #54484] Difference in divide by zero warning


From: Rik
Subject: [Octave-bug-tracker] [bug #54484] Difference in divide by zero warning
Date: Fri, 10 Aug 2018 11:44:40 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #2, bug #54484 (project octave):

I can't remember exactly where, but this issue has been discussed.  I think
the concensus was actually to remove the warning.  It is an extra step that
Octave has to do to check the denominator argument and we would prefer simply
to pass the division operation directly to BLAS and let it throw an error if
it needs to.

@Marco: In Matlab, what is the warning for 


ones(2)/zeros(2)


Under Octave, I get


warning: matrix singular to machine precision
ans =

   0   0
   0   0




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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