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

Defined in bmat-adapters.hpp.

Specialization of the ImageRightAction adapter for BMat and containers of BitSet.

Warning
The template type Mat must be a BMat type (IsBMat<Mat> must be true), and the value_type of the template type Container must be a bit set (IsBitSet<typename Container::value_type>> must be true). If not, template substitution will fail.
See also
ImageRightAction.

Public Member Functions

void operator() (Container &res, Container const &pt, Mat const &x) const
 Store the image of pt under the right action of x.

Member Function Documentation

◆ operator()()

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

Modifies res in-place to hold the image of pt under the right action 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