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.

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

* empty log message *

File:
1 edited

Legend:

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

    r3340 r3341  
    5656  (assert (= (length (symbolic-poly-vars new)) (poly-dimension new))))
    5757
    58 
    59 (defmethod update-instance-for-different-class :after ((old term) (new symbolic-poly) &key)
    60   "Coerce an element of the coefficient ring to a constant polynomial."
    61   (reinitialize-instance new
    62                          :dimension (monom-dimension old)
    63                          :termlist (list old)))
    6458
    6559#|
Note: See TracChangeset for help on using the changeset viewer.