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

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

[Octave-bug-tracker] [bug #41116] Incorrect result for sparse LU factori


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #41116] Incorrect result for sparse LU factorization
Date: Tue, 14 Jan 2014 08:31:22 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20100101 Firefox/13.0

Follow-up Comment #8, bug #41116 (project octave):

Dear Michael,


[LL2,UU2]=lu(full(x));


makes no column permutation: in fact LL2*UU2=x, without any Q matrix.
With the workaround I suggested, I get from


[LL,UU]=lu(x);
+verbatim-

exactly the same (correct) factorization, that is no column permutation in the
final result. It seems to me that the column reordering we see between the
symbolic and the numerical factorization in UMFPACK is a sort of "inner"
reordering that we have to take into account, but without a real column
permutation (that is Q different from identity) in the result.

Marco

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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