Changeset 3347 for branches/f4grobner
- Timestamp:
- 2015-06-23T11:40:43-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3346 r3347 90 90 91 91 (defmethod update-instance-for-different-class ((old monom) (new poly) &key) 92 (change-class (change-class old 'term) 'poly)) 92 (change-class (change-class old 'term) 'poly) 93 (call-next-method)) 93 94 94 95 (defmethod r-equalp ((self poly) (other poly))
Note:
See TracChangeset
for help on using the changeset viewer.