FastestBMat¶
-
template<size_t N>
using libsemigroups::FastestBMat = typename detail::FastestBMatHelper<N>::type¶ Type of the fastest type of boolean matrix of given dimension.
Defined in
fastest-bmat.hpp
. ! ! Helper for getting the type of the fastest booleanN
byN
matrix in !libsemigroups
orHPCombi
(if enabled).\tparam N the dimension of the boolean matrices.