#include <window_sum.hpp>
Definition at line 24 of file window_sum.hpp.
◆ KahanWindowSum()
| pineforge::KahanWindowSum::KahanWindowSum |
( |
int | length | ) |
|
|
explicit |
◆ push()
| double pineforge::KahanWindowSum::push |
( |
double | src | ) |
|
◆ note_no_push()
| void pineforge::KahanWindowSum::note_no_push |
( |
| ) |
|
◆ repush()
| double pineforge::KahanWindowSum::repush |
( |
double | src | ) |
|
◆ unpush()
| void pineforge::KahanWindowSum::unpush |
( |
| ) |
|
◆ count()
| int pineforge::KahanWindowSum::count |
( |
| ) |
const |
|
inline |
◆ length()
| int pineforge::KahanWindowSum::length |
( |
| ) |
const |
|
inline |
◆ seeded()
| bool pineforge::KahanWindowSum::seeded |
( |
| ) |
const |
|
inline |
◆ sum()
| double pineforge::KahanWindowSum::sum |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: