OGS
|
This is the complete list of members for MathLib::KahanSum, including all inherited members.
correction_ | MathLib::KahanSum | private |
KahanSum(double const value=0) | MathLib::KahanSum | inlineexplicit |
KahanSum(ranges::range auto const &range) | MathLib::KahanSum | inlineexplicit |
operator()() const | MathLib::KahanSum | inline |
operator+(double const increment) const | MathLib::KahanSum | inline |
operator+=(double const increment) | MathLib::KahanSum | inline |
operator-(double const increment) const | MathLib::KahanSum | inline |
operator-=(double const increment) | MathLib::KahanSum | inline |
operator<<(std::ostream &os, KahanSum const &x) | MathLib::KahanSum | friend |
value() const | MathLib::KahanSum | inline |
value_ | MathLib::KahanSum | private |