|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
|
#include <Util.h>
Public Member Functions | |
| KahanAccumulation () | |
| KahanAccumulation & | operator+= (double value) |
Public Attributes | |
| long double | sum |
| long double | correction |
| Util::KahanAccumulation::KahanAccumulation | ( | ) |
Definition at line 205 of file Util.cpp.
References correction, and sum.
Referenced by operator+=().
| KahanAccumulation & Util::KahanAccumulation::operator+= | ( | double | value | ) |
Definition at line 208 of file Util.cpp.
References correction, KahanAccumulation(), and sum.
| long double Util::KahanAccumulation::correction |
Definition at line 211 of file Util.h.
Referenced by KahanAccumulation(), and operator+=().
| long double Util::KahanAccumulation::sum |
Definition at line 210 of file Util.h.
Referenced by LossDataSink::computeSetStatistics(), KahanAccumulation(), and operator+=().