This page contains links to the documentation of the functionality in libsemigroups for boolean matrices.
Topics | |
| BMat8 | |
| For boolean matrices optimized to have dimension at most 8. | |
| BMat | |
| For boolean matrices of arbitrary degree. | |
Typedefs | |
| template<size_t N> | |
| using | BMatFastest = typename detail::BMatFastestHelper<N>::type |
| Type of the fastest type of boolean matrix of given dimension. | |
| using BMatFastest = typename detail::BMatFastestHelper<N>::type |
Defined in bmat-fastest.hpp.
Helper for getting the type of the fastest boolean N by N matrix in libsemigroups or HPCombi (if enabled).
| N | the dimension of the boolean matrices. |