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

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

[Octave-bug-tracker] [bug #34850] Behaviour of chol(a,'lower')


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #34850] Behaviour of chol(a,'lower')
Date: Sat, 26 Nov 2011 13:54:43 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0.1) Gecko/20100101 Firefox/8.0.1

Follow-up Comment #10, bug #34850 (project octave):

After a bit more testing it appears that it is OK 
to use transpose() rather than hermitian() when the
operation is applied twice:

A  = randn (4) + i * randn (4);
As = A' * A;

all (all (chol (triu (As'), 'upper')'  == ...
          chol (triu (As.'), 'upper').'))

ans = 1

so the attached patch works.
Salvatore, would you be able to test it too?



(file #24462)
    _______________________________________________________

Additional Item Attachment:

File name: open_8Hshmam0.txt              Size:5 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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