Changeset 3795 for branches/f4grobner
- Timestamp:
- 2016-05-27T22:00:13-07:00 (9 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/f4grobner/polynomial.lisp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/f4grobner/polynomial.lispr3787 r3795 125 125 (poly-insert-term poly (make-instance 'term :exponents (car x) :coeff (cdr x))))) 126 126 127 (defmethod update-instance-for-different-class : after((old term) (new poly) &key)127 (defmethod update-instance-for-different-class :before ((old term) (new poly) &key) 128 128 "Converts OLD of class TERM to a NEW of class POLY, by making it into a 1-element TERMLIST." 129 129 (reinitialize-instance new 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
