PolyBoRi
|
#include <pairs.h>
Public Member Functions | |
int | getType () const |
Polynomial | extract (const PolyEntryVector &v) |
PairE (int i, int j, const PolyEntryVector &v) | |
PairE (int i, idx_type v, const PolyEntryVector &gen, int type) | |
PairE (const Polynomial &delayed) | |
Public Attributes | |
wlen_type | wlen |
deg_type | sugar |
pair_data_ptr | data |
Exponent | lm |
polybori::groebner::PairE::PairE | ( | int | i, |
int | j, | ||
const PolyEntryVector & | v | ||
) | [inline] |
References polybori::groebner::IJ_PAIR.
polybori::groebner::PairE::PairE | ( | int | i, |
idx_type | v, | ||
const PolyEntryVector & | gen, | ||
int | type | ||
) | [inline] |
References polybori::groebner::VARIABLE_PAIR.
polybori::groebner::PairE::PairE | ( | const Polynomial & | delayed | ) | [inline] |
References polybori::groebner::DELAYED_PAIR.
Polynomial polybori::groebner::PairE::extract | ( | const PolyEntryVector & | v | ) | [inline] |
int polybori::groebner::PairE::getType | ( | ) | const [inline] |
Referenced by polybori::groebner::PairManager::appendHiddenGenerators().
Referenced by polybori::groebner::PairManager::appendHiddenGenerators().
Referenced by polybori::groebner::PairECompare::operator()().
Referenced by polybori::groebner::PairECompare::operator()().
Referenced by polybori::groebner::PairECompare::operator()().