Liste des Groupes | Revenir à cl forth |
mhx@iae.nl (mhx) writes:[..]On Mon, 14 Jul 2025 6:04:13 +0000, Anton Ertl wrote:
The question is: What properties do you want your computation to have?[..]
2) A more accurate result? How much more accuracy?3) + 2). If the result is more accurate, the condition number of
>
3) More performance?
C) Perform tree additionThis looks very interesting. I can find Kahan and Neumaier, but
>
a) Using 80-bit addition. This will be faster than sequential
addition because in many cases several additions can run in
parallel. It will also be quite accurate because it uses 80-bit
addition, and because the addition chains are reduced to
ld(length(vector)).
So, as you can see, depending on your objectives there may be moreSure, "ease of implementation" is high on my list too. Life is too
attractive ways to add a vector than what you suggested. Your
suggestion actually looks pretty unattractive, except if your
objectives are "ease of implementation" and "more accuracy than the
naive approach".
Les messages affichés proviennent d'usenet.