LibreOffice Module sc (master) 1
|
This is the complete list of members for KahanSum, including all inherited members.
add(double x_i) | KahanSum | inline |
add(const KahanSum &fSum) | KahanSum | inline |
get() const | KahanSum | inline |
KahanSum()=default | KahanSum | |
KahanSum(double x_0) | KahanSum | inline |
KahanSum(double x_0, double err_0) | KahanSum | inline |
KahanSum(const KahanSum &fSum)=default | KahanSum | |
m_fError | KahanSum | private |
m_fMem | KahanSum | private |
m_fSum | KahanSum | private |
operator!=(const KahanSum &fSum) const | KahanSum | inline |
operator*(const KahanSum &fTimes) const | KahanSum | inline |
operator*(double fTimes) const | KahanSum | inline |
operator*=(double fTimes) | KahanSum | inline |
operator+(double fSum) const | KahanSum | inline |
operator+(const KahanSum &fSum) const | KahanSum | inline |
operator+=(const KahanSum &fSum) | KahanSum | inline |
operator+=(double fSum) | KahanSum | inline |
operator-() const | KahanSum | inline |
operator-(double fSum) const | KahanSum | inline |
operator-(const KahanSum &fSum) const | KahanSum | inline |
operator-=(const KahanSum &fSum) | KahanSum | inline |
operator-=(double fSum) | KahanSum | inline |
operator/(const KahanSum &fDivides) const | KahanSum | inline |
operator/(double fDivides) const | KahanSum | inline |
operator/=(double fDivides) | KahanSum | inline |
operator<(const KahanSum &fSum) const | KahanSum | inline |
operator<(double fSum) const | KahanSum | inline |
operator<=(const KahanSum &fSum) const | KahanSum | inline |
operator<=(double fSum) const | KahanSum | inline |
operator=(double fSum) | KahanSum | inline |
operator=(const KahanSum &fSum)=default | KahanSum | |
operator==(const KahanSum &fSum) const | KahanSum | inline |
operator>(const KahanSum &fSum) const | KahanSum | inline |
operator>(double fSum) const | KahanSum | inline |
operator>=(const KahanSum &fSum) const | KahanSum | inline |
operator>=(double fSum) const | KahanSum | inline |
subtract(const KahanSum &fSum) | KahanSum | inline |