![]() |
AmpGen 2.1
|
#include "AmpGen/simd/utils.h"
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> | |
T | AmpGen::KahanBabushkaKleinSum (const std::vector< T > &container) |