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: Wed, 28 Mar 2018 02:49:06 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

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

@Rik: this bug has always been in octave and it is due, in my opinion, to a
misleading documentation in umfpack (the author told me he will add a
clarifying note to the documentation). If it came up only now, it is because
people eihter do not use lu of sparse matrices or use it in the right way
([L,U,P,Q] = lu (S), maybe after noting that otherwise it fails). The proposal
in comment #9 will take some time and it is not feasible for 4.4.0. What about
adding sentence in the documentation? Something like


When called with two or three output arguments and a sparse input
matrix, 'lu' does not attempt to perform sparsity preserving column
permutations.  Called with a fourth output argument, the sparsity preserving
column transformation Q is returned, such that 'P * A * Q = L * U'. This is
the preferred way to call lu with sparse input matrices.


    _______________________________________________________

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]