![]() |
libsemigroups
v3.0.0
C++ library for semigroups and monoids
|
Defined in bmat-adapters.hpp
.
Specialization of the LambdaValue adapter for BMat
Mat
must be a BMat type (IsBMat<Mat> must be true). If not, template substitution will fail.Public Types | |
using | type = detail::StaticVector1<BitSet<N>, N> |
The type of Lambda Values. | |
using type = detail::StaticVector1<BitSet<N>, N> |
For BMats, type
is StaticVector1<BitSet<N>, N>
, where N
is the maximum width of BitSet on the system. This represents the column space basis of the BMats.