close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 3512


Ignore:
Timestamp:
2015-09-05T11:28:42-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3511 r3512  
    5656              :documentation "Shared dimension of all terms, the number of variables")
    5757   (termlist :initform nil :initarg :termlist :accessor poly-termlist
    58              :documentation "List of terms.")
     58             :documentation "List of terms. This is an association
     59list mapping monomials to coefficients, ordered by this polynomial's
     60monomial order.")
    5961   (order :initform #'lex> :initarg :order :accessor poly-term-order
    6062          :documentation "Monomial/term order."))
Note: See TracChangeset for help on using the changeset viewer.