|
limes 3.1.0
Composable Calculus Expressions for C++20
|
#include <accumulators.hpp>
Public Types | |
| using | value_type = T |
Public Member Functions | |
| constexpr | kahan_accumulator () noexcept |
| constexpr | kahan_accumulator (T init) noexcept |
| constexpr kahan_accumulator & | operator+= (T value) noexcept |
| constexpr T | operator() () const noexcept |
| constexpr | operator T () const noexcept |
| constexpr T | error () const noexcept |
| constexpr T | correction () const noexcept |
| constexpr void | reset () noexcept |
Definition at line 42 of file accumulators.hpp.
| using limes::algorithms::accumulators::kahan_accumulator< T >::value_type = T |
Definition at line 44 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 46 of file accumulators.hpp.
|
inlineexplicitconstexprnoexcept |
Definition at line 47 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 61 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 60 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 58 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 57 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 49 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 63 of file accumulators.hpp.