- Timestamp:
- 2015-06-22T20:28:38-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3241 r3242 38 38 39 39 (defclass poly () 40 ((termlist :initarg :termlist :accessor poly-termlist 40 ((dimension :initarg :dimension :accessor poly-dimension 41 :documentation "Shared dimension of all terms, the number of variables") 42 (termlist :initarg :termlist :accessor poly-termlist 41 43 :documentation "List of terms.") 42 44 (order :initarg :order :accessor poly-term-order
Note:
See TracChangeset
for help on using the changeset viewer.