template<typename Mat, typename Container>
struct libsemigroups::Lambda< Mat, Container >
Specialization of the Lambda adapter for instances of BMat and std::vector<BitSet<N>> or detail::StaticVector1<BitSet<N>>.
- Warning
- The template type Mat must be a BMat type (IsBMat<Mat> must be true). If not, template substitution will fail.
- See also
- Lambda.
|
| void | operator() (Container &res, Mat const &x) const |
| | Modifies res in-place to contain the row space basis of x.
|
◆ operator()()
template<typename Mat, typename Container>
| void operator() |
( |
Container & | res, |
|
|
Mat const & | x ) const |
|
inline |
Modifies res in-place to contain the row space basis of x.
The documentation for this struct was generated from the following file:
- /home/joseph/Dev/Comp_Maths/sandbox/libsemigroups/include/libsemigroups/bmat-adapters.hpp