|
PolyBoRi
|
This class defines PolyEntry. More...
#include <PolyEntry.h>
Public Member Functions | |
| PolyEntry (const Polynomial &p) | |
| bool | operator== (const self &other) const |
| self & | operator= (const self &rhs) |
| self & | operator= (const Polynomial &rhs) |
| deg_type | ecart () const |
| void | recomputeInformation () |
| void | markVariablePairsCalculated () |
| bool | propagatableBy (const PolyEntry &other) const |
| bool | isSingleton () const |
This class defines PolyEntry.
| polybori::groebner::PolyEntry::PolyEntry | ( | const Polynomial & | p | ) | [inline] |
| deg_type polybori::groebner::PolyEntry::ecart | ( | ) | const [inline] |
Referenced by polybori::groebner::should_propagate().
| bool polybori::groebner::PolyEntry::isSingleton | ( | ) | const [inline] |
Referenced by polybori::groebner::IsVariableOfIndex::operator()().
| void polybori::groebner::PolyEntry::markVariablePairsCalculated | ( | ) | [inline] |
| self& polybori::groebner::PolyEntry::operator= | ( | const Polynomial & | rhs | ) | [inline] |
| bool polybori::groebner::PolyEntry::operator== | ( | const self & | other | ) | const [inline] |
| bool polybori::groebner::PolyEntry::propagatableBy | ( | const PolyEntry & | other | ) | const [inline] |
References PBORI_ASSERT.
1.8.0