Changeset 2632 for branches/f4grobner/term.lisp
- Timestamp:
- 2015-06-20T02:45:51-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r2490 r2632 29 29 30 30 (defclass term (monom) 31 ((coeff :initarg :coeff :accessor r-coeff))31 ((coeff :initarg :coeff :accessor term-coeff)) 32 32 (:default-initargs :dimension nil :exponents nil :coeff nil)) 33 33
Note:
See TracChangeset
for help on using the changeset viewer.