I was delighted to find that Julia has robust summation algorithms 
implemented in Base.

In my code I also need robust inner product. Is that implemented as well? I 
couldn't find it, but it is easy to write for myself
(trivially sum_kbn(x.*y), but this allocates extra memory)

But are there other similar summation-type algorithms that could benefit, 
and is there any interest in this?

Christoph

Reply via email to