Changeset 3141 for branches/f4grobner
- Timestamp:
- 2015-06-22T11:26:36-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r3140 r3141 51 51 (scalar-coeff self))) 52 52 53 #| 53 54 (defmethod shared-initialize ((self term) slot-names 54 55 &rest … … 63 64 (coeff 64 65 (setf (slot-value self 'coeff) coeff))))) 66 |# 65 67 66 68 (defmethod update-instance-for-different-class :around ((old monom) (new term) &key)
Note:
See TracChangeset
for help on using the changeset viewer.