![]() |
libsemigroups
v3.0.0
C++ library for semigroups and monoids
|
Specialization of the Lambda adapter for instances of BMat and std::vector<BitSet<N>>
or detail::StaticVector1<BitSet<N>>
.
Mat
must be a BMat type (IsBMat<Mat> must be true). If not, template substitution will fail.Public Member Functions | |
void | operator() (Container &res, Mat const &x) const |
Modifies res in-place to contain the row space basis of x . | |
|
inline |
Modifies res
in-place to contain the row space basis of x
.