SG++-Doxygen-Documentation
sgpp::combigrid::KahanAdder Class Reference

Kahan adder (a numerically more precise method to add many numbers). More...

#include <KahanAdder.hpp>

Public Member Functions

void add (double x)
 
double value () const
 

Detailed Description

Kahan adder (a numerically more precise method to add many numbers).

Member Function Documentation

◆ add()

void sgpp::combigrid::KahanAdder::add ( double  x)
inline

◆ value()

double sgpp::combigrid::KahanAdder::value ( ) const
inline

The documentation for this class was generated from the following file: