rows

std::vector<uint8_t> libsemigroups::BMat8::rows() const

Returns a vector containing the rows of this.

This member function returns a std::vector of uint8_ts representing the rows of this. The vector will always be of length 8, even if this was constructed with fewer rows.

Exceptions

This function guarantees not to throw a LibsemigroupsException.

Complexity

Constant.

Parameters

(None)

Returns

A std::vector<uint8_t>.