- Timestamp:
- 2015-06-20T16:31:11-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2694 r2695 34 34 ((termlist :initarg :termlist :accessor poly-termlist) 35 35 (order :initarg :order :accessor poly-term-order)) 36 (:default-initargs :termlist nil :order #'lex>)) 36 (:default-initargs :termlist nil :order #'lex>) 37 (:documentation "A polynomial with a list of terms TERMLIST, ordered 38 according to term order ORDER.")) 37 39 38 40 (defmethod print-object ((self poly) stream)
Note:
See TracChangeset
for help on using the changeset viewer.