row_space_size¶
-
size_t libsemigroups::BMat8::row_space_size() const¶
Find the size of the row space of
this
.- Exceptions
This function guarantees not to throw a LibsemigroupsException.
- Complexity
\(O(n)\) where \(n\) is the return value of this function.
- Parameters
(None)
- See
bmat8_helpers::col_space_size.
- Returns
A
size_t
.