OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <Util.h>
Public Member Functions | |
KahanAccumulation () | |
KahanAccumulation & | operator+= (double value) |
Public Attributes | |
long double | sum |
long double | correction |
KahanAccumulation & Util::KahanAccumulation::operator+= | ( | double | value | ) |
Definition at line 153 of file Util.cpp.
References correction, and sum.
long double Util::KahanAccumulation::correction |
Definition at line 189 of file Util.h.
Referenced by operator+=().
long double Util::KahanAccumulation::sum |
Definition at line 188 of file Util.h.
Referenced by LossDataSink::computeSetStatistics(), and operator+=().