- Timestamp:
- 2015-09-07T19:33:40-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/symbolic-polynomial.lisp
r3724 r3727 53 53 (when (universal-equalp (symbolic-poly-vars self) (symbolic-poly-vars other)) 54 54 (call-next-method))) 55 56 (defmethod universal-equalp ((self symbol) (other symbol)) 57 (eq self other)) 55 58 56 59 (defmethod update-instance-for-different-class :after ((old poly) (new symbolic-poly) &key)
Note:
See TracChangeset
for help on using the changeset viewer.