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

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

[Octave-bug-tracker] [bug #53390] lu factorization of large sparse matri


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #53390] lu factorization of large sparse matrices often fails
Date: Fri, 23 Mar 2018 05:37:26 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

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

I think we have to disable for the moment the calls [L,U]=lu(S) and
[L,U,P]=lu(S) for sparse matrices. Even if umfpack does not fail, the result
is unpredictable. I do not think it is a big issue: I cannot imagine how to
use an LU factorization of a sparse matrix without pivoting and reduction of
fill-in ([L,U,P,Q]=lu(S) syntax). Maybe for didactic purposes. Then, there are
some options:

1) we implement it from scratch
2) GSOC
3) we try to adapt ilu (as far as I know, ilu is lu with an if clause)

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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