#include <BlockDegLexOrder.h>
Public Types | |
typedef std::less< idx_type > | idx_comparer_type |
Define binary predicate for index comparision. | |
Public Member Functions | |
BlockDegLexOrder () | |
Default Constructor. | |
BlockDegLexOrder (const self &rhs) | |
Copy Constructor. | |
~BlockDegLexOrder () | |
Destructor. | |
comp_type | compare (idx_type, idx_type) const |
Comparison of indices corresponding to variables. | |
comp_type | compare (const monom_type &, const monom_type &) const |
Comparison of monomials. | |
comp_type | compare (const exp_type &, const exp_type &) const |
Comparison of exponent vectors. |
typedef std::less<idx_type> polybori::BlockDegLexOrder::idx_comparer_type |
Define binary predicate for index comparision.
polybori::BlockDegLexOrder::BlockDegLexOrder | ( | ) | [inline] |
Default Constructor.
polybori::BlockDegLexOrder::BlockDegLexOrder | ( | const self & | rhs | ) | [inline] |
Copy Constructor.
polybori::BlockDegLexOrder::~BlockDegLexOrder | ( | ) | [inline] |
Destructor.
BlockDegLexOrder::comp_type polybori::BlockDegLexOrder::compare | ( | idx_type | lhs, | |
idx_type | rhs | |||
) | const [virtual] |
Comparison of indices corresponding to variables.
Implements polybori::COrderingBase.
References polybori::generic_compare_3way(), and PBORI_TRACE_FUNC.
BlockDegLexOrder::comp_type polybori::BlockDegLexOrder::compare | ( | const monom_type & | lhs, | |
const monom_type & | rhs | |||
) | const [virtual] |
Comparison of monomials.
Implements polybori::COrderingBase.
References polybori::CBlockOrderingFacade< OrderType, OrderTag >::compare_terms().
BlockDegLexOrder::comp_type polybori::BlockDegLexOrder::compare | ( | const exp_type & | lhs, | |
const exp_type & | rhs | |||
) | const [virtual] |
Comparison of exponent vectors.
Implements polybori::COrderingBase.
References polybori::CBlockOrderingFacade< OrderType, OrderTag >::compare_terms().