AmpGen 2.1
Loading...
Searching...
No Matches
KahanSum.h File Reference

Go to the source code of this file.

Classes

class  AmpGen::KahanSum< T >
 Implements Kahan summation for better precision with (repeated) floating point addition. More...
 

Namespaces

namespace  AmpGen
 

Functions

template<typename T>
KahanSum< T > AmpGen::operator+ (const KahanSum< T > &l, const T &var)
 
template<typename T>
AmpGen::KahanBabushkaKleinSum (const std::vector< T > &container)