[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #56884] mean can overflow
From: |
Michael Leitner |
Subject: |
[Octave-bug-tracker] [bug #56884] mean can overflow |
Date: |
Tue, 17 Sep 2019 05:25:37 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 |
Follow-up Comment #16, bug #56884 (project octave):
Before replacing the current implementation, the correct handling of all
options and input classes has to be taken care of. And I do not know whether
this is worth the effort: the best solution would definitely be to do
pairwise_mean on the compiled level. After all, my implementation is still
much slower than optimal, because with vectorized code you lose cache
efficiency, and once this is implemented correctly, there would be no need to
touch this ever again.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?56884>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #56884] mean can overflow, (continued)
- [Octave-bug-tracker] [bug #56884] mean can overflow, Ceral Paquet, 2019/09/14
- [Octave-bug-tracker] [bug #56884] mean can overflow, Marco Caliari, 2019/09/16
- [Octave-bug-tracker] [bug #56884] mean can overflow, Michael Godfrey, 2019/09/16
- [Octave-bug-tracker] [bug #56884] mean can overflow, Michael Leitner, 2019/09/16
- [Octave-bug-tracker] [bug #56884] mean can overflow, Michael Leitner, 2019/09/16
- [Octave-bug-tracker] [bug #56884] mean can overflow, Michael Godfrey, 2019/09/16
- [Octave-bug-tracker] [bug #56884] mean can overflow, Michael Leitner, 2019/09/17
- [Octave-bug-tracker] [bug #56884] mean can overflow, Marco Caliari, 2019/09/17
- [Octave-bug-tracker] [bug #56884] mean can overflow, Michael Leitner, 2019/09/17
- [Octave-bug-tracker] [bug #56884] mean can overflow, Marco Caliari, 2019/09/17
- [Octave-bug-tracker] [bug #56884] mean can overflow,
Michael Leitner <=