Changeset 2633 for branches/f4grobner
- Timestamp:
- 2015-06-20T02:47:25-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r2632 r2633 31 31 ((coeff :initarg :coeff :accessor term-coeff)) 32 32 (:default-initargs :dimension nil :exponents nil :coeff nil)) 33 34 (defmethod r-coeff ((self term)) 35 (term-coeff self)) 36 37 (defmethod (setf r-coeff) (new-value (self term)) 38 (setf (term-coeff self) new-value)) 39 33 40 34 41 (defmethod print-object ((self term) stream)
Note:
See TracChangeset
for help on using the changeset viewer.