ComPWA
Common Partial-Wave-Analysis Framework
Functions.cpp File Reference
#include <cmath>
#include <functional>
#include <numeric>
#include "Functions.hpp"
#include "ThirdParty/parallelstl/include/pstl/algorithm"
#include "ThirdParty/parallelstl/include/pstl/execution"
+ Include dependency graph for Functions.cpp:

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...