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 3869


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

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