BMatHelper

template<size_t N>
struct BMatHelper

Defined in element-helper.hpp.

Helper for getting the type of the smallest size boolean N by N matrix in libsemigroups or HPCombi.

This stateless struct has a single public type named type that holds a type for representing boolean matrices of the specified dimension.

Template Parameters
  • N: the dimension of the boolean matrices.