|
limes 3.1.0
Composable Calculus Expressions for C++20
|
#include <accumulators.hpp>
Public Types | |
| using | value_type = T |
Public Member Functions | |
| constexpr | neumaier_accumulator () noexcept |
| constexpr | neumaier_accumulator (T init) noexcept |
| constexpr neumaier_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 75 of file accumulators.hpp.
| using limes::algorithms::accumulators::neumaier_accumulator< T >::value_type = T |
Definition at line 77 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 79 of file accumulators.hpp.
|
inlineexplicitconstexprnoexcept |
Definition at line 80 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 97 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 96 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 94 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 93 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 82 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 99 of file accumulators.hpp.