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

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

[Octave-bug-tracker] [bug #57968] condest produces incorrect result for


From: Rik
Subject: [Octave-bug-tracker] [bug #57968] condest produces incorrect result for any matrix that is not symmetric/Hermitian
Date: Fri, 13 Mar 2020 13:51:11 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #4, bug #57968 (project octave):

As an addendum, I overhauled the condest.m function on the development branch
that will become Octave 7.1.  See changeset
https://hg.savannah.gnu.org/hgweb/octave/rev/687d452070c9.

In particular, I cache the result of certain long matrix operations such as


Ainvt = P' * (L' \ (U' \ Q'));


so they are calculated just once per estimate.  Previously, this same
calculation would be repeated up to 5 times per estimate.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57968>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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