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 boolean N by N matrix in libsemigroups or HPCombi (if enabled).

Template Parameters

N – the dimension of the boolean matrices.