- Timestamp:
- 2016-05-31T12:35:23-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r4012 r4013 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)) 132 135 133 136 (defmethod update-instance-for-different-class :after ((old term) (new poly) &key)
Note:
See TracChangeset
for help on using the changeset viewer.