![]() |
libsemigroups
v3.0.0
C++ library for semigroups and monoids
|
Defined in matrix.hpp
.
This is a stateless struct with a single call operator of signature: Scalar operator()() const noexcept
which returns \(-\infty\); representing the additive identity of the max-plus semiring.
Scalar | the type of the values in the semiring (must be signed integer type). |
Public Member Functions | |
constexpr Scalar | operator() () const noexcept |
Call operator for additive identity. | |
|
inlineconstexprnoexcept |
This function returns the additive identity in the max-plus semiring.
noexcept
and is guaranteed never to throw.