Changeset 3217 for branches/f4grobner/term.lisp
- Timestamp:
- 2015-06-22T19:42:03-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r3215 r3217 59 59 (= (monom-dimension term1) (monom-dimension term2)) 60 60 (equalp (monom-exponents term1) (monom-exponents term2)))) 61 62 #|63 (defmethod shared-initialize ((self term) slot-names64 &rest65 initargs66 &key67 coeff68 &allow-other-keys)69 (declare (ignore initargs))70 (if (eq slot-names t) (setf slot-names '(coeff)))71 (dolist (slot-name slot-names)72 (case slot-name73 (coeff74 (setf (slot-value self 'coeff) coeff)))))75 |#76 61 77 62 (defmethod update-instance-for-different-class :after ((old monom) (new scalar) &key)
Note:
See TracChangeset
for help on using the changeset viewer.