#include <stablesum.h>
Public Member Functions | |
StableSum ()=default | |
StableSum (double init) | |
void | operator+= (double input) |
void | operator-= (double input) |
operator double () const | |
Private Attributes | |
double | sum = 0 |
double | c = 0 |
Definition at line 52 of file stablesum.h.
|
default |
StableSum | ( | double | init | ) |
Definition at line 62 of file stablesum.h.
operator double | ( | ) | const |
Definition at line 85 of file stablesum.h.
References MAXIMUM, and soplex::spxAbs().
void operator+= | ( | double | input | ) |
Definition at line 64 of file stablesum.h.
References StableSum< T >::sum.
void operator-= | ( | double | input | ) |
Definition at line 80 of file stablesum.h.
|
private |
Definition at line 55 of file stablesum.h.
|
private |
Definition at line 54 of file stablesum.h.