Changeset 3619 for branches/f4grobner
- Timestamp:
- 2015-09-05T20:12:05-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3529 r3619 61 61 :documentation "Shared dimension of all terms, the number of variables") 62 62 (termlist :initform nil :initarg :termlist :accessor poly-termlist 63 :documentation "List of terms. This is an association 64 list mapping monomials to coefficients, ordered by this polynomial's 65 monomial order.") 63 :documentation "List of terms.") 66 64 (order :initform #'lex> :initarg :order :accessor poly-term-order 67 65 :documentation "Monomial/term order."))
Note:
See TracChangeset
for help on using the changeset viewer.