Changeset 3282 for branches/f4grobner
- Timestamp:
- 2015-06-23T07:23:33-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3270 r3282 67 67 (poly-term-order self) (poly-term-order other))) 68 68 self)) 69 70 (defmethod update-instance-for-different-class ((old term) (new poly) 71 &key 72 &allow-other-keys) 73 (setf (poly-termlist new) (list (old)) 74 (poly-dimension new) (monom-dimension old)) 75 new) 69 76 70 77 (defun alist->poly (alist &aux (poly (make-instance 'poly)))
Note:
See TracChangeset
for help on using the changeset viewer.