one¶
-
BMat8
libsemigroups::BMat8::one(size_t dim = 8) noexcept¶ Returns the identity BMat8.
This member function returns the BMat8 with the first
dimentries in the main diagonal equal to1and every other value equal to0.- Return
A BMat8.
- Exceptions
This function is
noexceptand is guaranteed never to throw.- Complexity
Constant.
- Parameters
dim: the dimension of the identity (default: 8)