Changeset 3512 for branches/f4grobner
- Timestamp:
- 2015-09-05T11:28:42-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3511 r3512 56 56 :documentation "Shared dimension of all terms, the number of variables") 57 57 (termlist :initform nil :initarg :termlist :accessor poly-termlist 58 :documentation "List of terms.") 58 :documentation "List of terms. This is an association 59 list mapping monomials to coefficients, ordered by this polynomial's 60 monomial order.") 59 61 (order :initform #'lex> :initarg :order :accessor poly-term-order 60 62 :documentation "Monomial/term order."))
Note:
See TracChangeset
for help on using the changeset viewer.