close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 3868


Ignore:
Timestamp:
2016-05-28T18:21:19-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3865 r3868  
    133133                         :termlist (list old)))
    134134
     135#|
    135136(defmethod update-instance-for-different-class :before ((old monom) (new poly) &key)
    136137  "Converts OLD of class MONOM to a NEW of class POLY, by making it into a 1-element TERMLIST."
     
    138139                         :dimension (monom-dimension old)
    139140                         :termlist (list (change-class old 'term))))
     141|#
    140142 
    141143(defmethod universal-equalp ((self poly) (other poly))
Note: See TracChangeset for help on using the changeset viewer.