Functions |
template<class RHSType > |
BooleExponent | polybori::operator+ (const BooleExponent &lhs, const RHSType &rhs) |
| Multiplication of monomials.
|
template<class RHSType > |
BooleExponent | polybori::operator- (const BooleExponent &lhs, const RHSType &rhs) |
| Division of monomials.
|
BooleExponent::bool_type | polybori::operator< (const BooleExponent &lhs, const BooleExponent &rhs) |
| Less than comparision.
|
BooleExponent::bool_type | polybori::operator> (const BooleExponent &lhs, const BooleExponent &rhs) |
| Greater than comparision.
|
BooleExponent::bool_type | polybori::operator<= (const BooleExponent &lhs, const BooleExponent &rhs) |
| Less or equal than comparision.
|
BooleExponent::bool_type | polybori::operator>= (const BooleExponent &lhs, const BooleExponent &rhs) |
| Greater or equal than comparision.
|
BooleExponent | polybori::GCD (const BooleExponent &lhs, const BooleExponent &rhs) |
| Compute the greatest common divisor of two monomials.
|
BooleExponent | polybori::LCM (const BooleExponent &lhs, const BooleExponent &rhs) |
| Compute the greatest common divisor of two monomials.
|
BooleExponent::ostream_type & | polybori::operator<< (BooleExponent::ostream_type &os, const BooleExponent &rhs) |
| Stream output operator.
|
- Author
- Alexander Dreyer
- Date
- 2006-08-23
This file carries the definition of class BooleExponent
, which can be used as interim storage for boolean monomials.
- Copyright:
- (c) 2006 by The PolyBoRi Team