![]() |
libsemigroups
v3.0.0
C++ library for semigroups and monoids
|
Returns the approximate time complexity of multiplication.
In the case of a Bipartition of degree n the value 2n ^ 2 is returned.
Public Member Functions | |
size_t | operator() (Bipartition const &x) const noexcept |
|
inlinenodiscardnoexcept |
Call operator.
x | a const reference to a bipartition. |
size_t
representing the complexity of multiplying the parameter x
by another bipartition of the same degree.noexcept
and is guaranteed never to throw.