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 3340


Ignore:
Timestamp:
2015-06-23T11:32:32-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/symbolic-polynomial.lisp

    r3339 r3340  
    5757
    5858
    59 (defun update-instance-for-different-class :after ((old term) (new symbolic-poly-vars) &key)
     59(defmethod update-instance-for-different-class :after ((old term) (new symbolic-poly) &key)
    6060  "Coerce an element of the coefficient ring to a constant polynomial."
    6161  (reinitialize-instance new
    62                          :dimension (monom-dimension term)
     62                         :dimension (monom-dimension old)
    6363                         :termlist (list old)))
    64 
    6564
    6665#|
Note: See TracChangeset for help on using the changeset viewer.