Miscellanea¶
-
inline bool libsemigroups::BMat8::is_regular_element() const noexcept¶
Check whether
thisis a regular element of the full boolean matrix monoid of appropriate dimension.- Complexity
Constant.
- Parameters
(None)
- Throws:
(None) – This function is
noexceptand is guaranteed never to throw.- Returns:
A
trueif there exists a boolean matrixysuch thatx * y * x = xwherexis*this.