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

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

[Octave-bug-tracker] [bug #51148] residue function potentially inaccurat


From: Rik
Subject: [Octave-bug-tracker] [bug #51148] residue function potentially inaccurate
Date: Tue, 6 Jun 2017 17:35:07 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0

Follow-up Comment #13, bug #51148 (project octave):

No better idea at the moment, this is not really my mathematical area.

However, as a general rule Octave prefers accuracy over performance.  Once the
calculation is correct one can go back and see if there is a way to make it
faster.

Three for loops is definitely going to be slow.  The current conv() and
deconv() functions make use of filter() which is written in C++ and is quite
fast.  Is there a way to scale/normalize the pden and pm inputs to deconv so
that


pn = deconv (pden, pm);


computes correctly?



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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