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

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

[Octave-bug-tracker] [bug #56232] Octave crash when inverting an empty s


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #56232] Octave crash when inverting an empty sparse matrix.
Date: Mon, 6 May 2019 15:57:33 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0

Follow-up Comment #11, bug #56232 (project octave):

Surprise: [L, U] = lu (C - C) does the right thing (L is the identity, U is
null, as in the full case, as in Matlab) but gives the "symbolic factorization
failed" message with sparse (2, 2, 0).
So, I see now two problems:

1) why C - C is different from sparse (2, 2, 0)
2) tinverse and dinverse should be adapted for zeros in the diagonal, if we
want to invert a matrix by inverting its factors, and the matrix is singular

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56232>

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




reply via email to

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