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: Thu, 22 Mar 2018 12:27:59 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

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

I can reproduce the problem with the mex interface of umfpack in matlab.
Therefore, either there is a bug in umfpack or umfpack is not meant to perform
an LU factorization without column pivoting (in fact, [L, U, P, Q] = lu (S)
does not fail). Togheter with this sentence "With three or fewer outputs, lu
uses its own sparse matrix routines" (available in old matlab documentation) I
think that [L, U] = lu (S) in matlab does not use umfpack. I will contact
umfpack's author.

    _______________________________________________________

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]