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

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

[Octave-bug-tracker] [bug #33887] LU Factorization cannot give a desired


From: Jordi Gutiérrez Hermoso
Subject: [Octave-bug-tracker] [bug #33887] LU Factorization cannot give a desired order of lower matrix
Date: Sat, 30 Jul 2011 05:27:02 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20110109 Voidmoth/3.6.13

Update of bug #33887 (project octave):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Not a bug. The LU factorisation may pivot. If you want the pivoting in a
separate matrix, you need to request it. Try 


[l, u, p] = lu(a) 


instead.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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