Changeset 4014 for branches/f4grobner
- Timestamp:
- 2016-05-31T12:36:43-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r4013 r4014 130 130 (dolist (x alist poly) 131 131 (poly-insert-term poly (make-instance 'term :exponents (car x) :coeff (cdr x))))) 132 133 (defmethod update-instance-for-different-class :after ((old number) (new poly) &key vars)134 (make-poly-constant (length vars) old))135 132 136 133 (defmethod update-instance-for-different-class :after ((old term) (new poly) &key)
Note:
See TracChangeset
for help on using the changeset viewer.