Outline
Motivation
Operations
Representations
Vectorization
Rank
Conclusions
|
Rank - based Monomial Operations
- Rank of a monomial:
- Enumeration number which is compatible with ordering
- Advantage:
- Compact exponent vector representations
- Fast comparisons
- Disadvantage:
- rank not compatible with addition
- divisiblity tests
- Only for degree orderings
- Solution:
- Hybrid representation
- Use degree entry to store rank
- Timings
|