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

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

[Octave-bug-tracker] [bug #51270] isdefinite should return 0 for zero ma


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #51270] isdefinite should return 0 for zero matrices
Date: Tue, 20 Jun 2017 03:23:43 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

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

According to the documentation, isdefinite should return 0 for semi-definite
matrices (any zeros (n), for instance). Travis' patch addresses this issue. On
the other hand, I think


isdefinite ([1, 0; 0, 0], 0)


should also return 0. I don't know how to get it without computing the
eigenvalues.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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