libsemigroups  v3.0.0
C++ library for semigroups and monoids
Loading...
Searching...
No Matches
Rho< Mat, Container >
template<typename Mat, typename Container>
struct libsemigroups::Rho< Mat, Container >

Specialization of the Rho adapter for instances of Transf and std::vector<BitSet<N>> or 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
Rho.

Public Member Functions

void operator() (Container &res, Mat const &x) const noexcept
 Modifies res in-place to contain the column space basis of x.
 

Member Function Documentation

◆ operator()()

template<typename Mat, typename Container>
void operator() ( Container & res,
Mat const & x ) const
inlinenoexcept

Modifies res in-place to contain the column space basis of x.


The documentation for this struct was generated from the following file: