ComPWA
Common Partial-Wave-Analysis Framework
|
#include <cmath>
#include <functional>
#include <numeric>
#include "Functions.hpp"
#include "ThirdParty/parallelstl/include/pstl/algorithm"
#include "ThirdParty/parallelstl/include/pstl/execution"
Go to the source code of this file.
Classes | |
struct | ComPWA::FunctionTree::KahanSummation |
Namespaces | |
ComPWA | |
ComPWA::FunctionTree | |
Functions | |
KahanSummation | ComPWA::FunctionTree::KahanSum (KahanSummation accumulation, double value) |
KahanSummation keeps track of lost bits and reduced the uncertainty in the summation of many large/small numbers. More... | |