Defined in matrix-class.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.