This page contains links to the documentation of the functionality in libsemigroups for boolean matrices.
|
| BMat8 |
| For boolean matrices optimized to have dimension at most 8.
|
|
| BMat |
| For boolean matrices of arbitrary degree.
|
|
|
template<size_t N> |
using | BMatFastest = typename detail::BMatFastestHelper<N>::type |
| Type of the fastest type of boolean matrix of given dimension.
|
|
◆ BMatFastest
template<size_t N>
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).
- Template Parameters
-
N | the dimension of the boolean matrices. |