Changeset 3796 for branches/f4grobner
- Timestamp:
- 2016-05-27T22:02:30-07:00 (9 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/f4grobner/polynomial.lisp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/f4grobner/polynomial.lispr3795 r3796 130 130 :dimension (monom-dimension old) 131 131 :termlist (list old))) 132 133 (defmethod update-instance-for-different-class :before ((old monom) (new poly) &key) 134 "Converts OLD of class MONOM to a NEW of class POLY, by making it into a 1-element TERMLIST." 135 (reinitialize-instance new 136 :dimension (monom-dimension old) 137 :termlist (list (change-class old 'term :coeff 1)))) 132 138 133 139 (defmethod universal-equalp ((self poly) (other poly)) 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
