Defined in hpcombi.hpp.
Specialization of the Product adapter for instances of HPCombi::BMat8.
- See also
- Product.
|
| void | operator() (HPCombi::BMat8 &xy, HPCombi::BMat8 const &x, HPCombi::BMat8 const &y, size_t deg=0) const noexcept |
| | Modifies xy in-place to be the product of x and y.
|
◆ operator()()
| void operator() |
( |
HPCombi::BMat8 & | xy, |
|
|
HPCombi::BMat8 const & | x, |
|
|
HPCombi::BMat8 const & | y, |
|
|
size_t | deg = 0 ) const |
|
inlinenoexcept |
Modifies xy in-place to be the product of x and y.
- Parameters
-
| xy | the HPCombi::BMat8 to hold the product. |
| x | the first HPCombi::BMat8 to multiply. |
| y | the HPCombi::BMat8 to multiply x by. |
| deg | unused, for interface consistency only (defaults to 0). |
- Exceptions
- This function is noexcept and is guaranteed never to throw.
The documentation for this struct was generated from the following file:
- /home/joseph/Dev/Comp_Maths/sandbox/libsemigroups/include/libsemigroups/hpcombi.hpp