#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 65 of file stablesum.h.
|
default |
| StableSum | ( | double | init | ) |
Definition at line 75 of file stablesum.h.
| operator double | ( | ) | const |
Definition at line 95 of file stablesum.h.
References SOPLEX_MAX, soplex::spxAbs(), and StableSum< T >::sum.
| void operator+= | ( | double | input | ) |
Definition at line 77 of file stablesum.h.
References StableSum< T >::sum.
| void operator-= | ( | double | input | ) |
Definition at line 90 of file stablesum.h.
|
private |
Definition at line 68 of file stablesum.h.
|
private |
Definition at line 67 of file stablesum.h.