![]() |
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 1
; representing the multiplicative identity of the integer semiring.
Public Member Functions | |
constexpr Scalar | operator() () const noexcept |
Call operator returning the integer 1 . | |
|
inlineconstexprnoexcept |
This function returns the multiplicative identity of the ring of integers (i.e. the integer 1
).
1
.noexcept
and is guaranteed never to throw.