Outline

Motivation

Operations

Representations

Vectorization

Rank

Conclusions

Dense monomial representation


struct  Term_t
{
  Term_t*     next; 
  void*       coef;  
  Exponent_t  exp[];
};
  • i-th exponent stored at exp[i]

  • Monomial operations: straight-forward from definitions

ISSAC'98 http://www.singular.uni-kl.de