|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
#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 203 of file Util.cpp.
References correction, and sum.
| long double Util::KahanAccumulation::correction |
Definition at line 206 of file Util.h.
Referenced by operator+=().
| long double Util::KahanAccumulation::sum |
Definition at line 205 of file Util.h.
Referenced by LossDataSink::computeSetStatistics(), and operator+=().