#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 |
| PairE::PairE | ( | int | i, | |
| int | j, | |||
| const PolyEntryVector & | v | |||
| ) | [inline] |
| PairE::PairE | ( | int | i, | |
| idx_type | v, | |||
| const PolyEntryVector & | gen, | |||
| int | type | |||
| ) | [inline] |
References sugar, and VARIABLE_PAIR.
| PairE::PairE | ( | const Polynomial & | delayed | ) | [inline] |
References DELAYED_PAIR.
| Polynomial PairE::extract | ( | const PolyEntryVector & | v | ) | [inline] |
References data.
| int PairE::getType | ( | ) | const [inline] |
Referenced by extract().
Referenced by PairECompare::operator()(), and PairE().
Referenced by PairECompare::operator()(), and PairE().
Referenced by PairECompare::operator()().
1.6.3