template<typename Mat, typename Container>
struct libsemigroups::ImageLeftAction< Mat, Container >
Defined in bmat-adapters.hpp.
Specialization of the ImageLeftAction adapter for BMat
- Warning
- The template type Mat must be a BMat type (IsBMat<Mat> must be true). If not, template substitution will fail.
- See also
- ImageLeftAction.
|
| void | operator() (Container &res, Container const &pt, Mat const &x) const |
| | Store the image of pt under the left action of x.
|
◆ 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 left 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