|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#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 224 of file Util.cpp.
References correction, and sum.
Referenced by operator+=().
| KahanAccumulation & Util::KahanAccumulation::operator+= | ( | double | value | ) |
Definition at line 229 of file Util.cpp.
References correction, KahanAccumulation(), and sum.
| long double Util::KahanAccumulation::correction |
Definition at line 235 of file Util.h.
Referenced by KahanAccumulation(), and operator+=().
| long double Util::KahanAccumulation::sum |
Definition at line 234 of file Util.h.
Referenced by LossDataSink::computeSetStatistics(), KahanAccumulation(), and operator+=().